Aws17 Security Identity and Compliance Entities
Add-On
- Preview
- Usage
- Definition
import { AddOn } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<AddOn/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ADD_ON } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, ADD_ON)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.add_on;fillColor=#759C3E;gradientColor=none;',
},
_width: 49.5,
_height: 27,
}
Agent
- Preview
- Usage
- Definition
import { Agent } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Agent/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AGENT } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, AGENT)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.agent;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 69,
_original_height: 72,
}
Artifact
- Preview
- Usage
- Definition
import { Artifact } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Artifact/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ARTIFACT } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, ARTIFACT)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.artifact;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 75,
_original_height: 90,
}
Certificate Manager
- Preview
- Usage
- Definition
import { CertificateManager } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<CertificateManager/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CERTIFICATE_MANAGER } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, CERTIFICATE_MANAGER)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.certificate_manager;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 61.5,
}
Certificate Manager 2
- Preview
- Usage
- Definition
import { CertificateManager2 } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<CertificateManager2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CERTIFICATE_MANAGER_2 } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, CERTIFICATE_MANAGER_2)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.certificate_manager_2;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 73.5,
_original_height: 63,
}
CloudDirectory
- Preview
- Usage
- Definition
import { Clouddirectory } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Clouddirectory/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDDIRECTORY } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, CLOUDDIRECTORY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.clouddirectory;fillColor=#759C3E;gradientColor=none;',
},
_width: 102,
_height: 109.5,
}
CloudHSM
- Preview
- Usage
- Definition
import { Cloudhsm } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Cloudhsm/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CLOUDHSM } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, CLOUDHSM)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.cloudhsm;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 73.5,
_original_height: 84,
}
Data Encryption Key
- Preview
- Usage
- Definition
import { DataEncryptionKey } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<DataEncryptionKey/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_ENCRYPTION_KEY } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, DATA_ENCRYPTION_KEY)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.data_encryption_key;fillColor=#7D7C7C;gradientColor=none;',
},
_original_width: 46.5,
_original_height: 60,
}
Directory Service
- Preview
- Usage
- Definition
import { DirectoryService } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<DirectoryService/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DIRECTORY_SERVICE } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, DIRECTORY_SERVICE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.directory_service;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 81,
}
Encrypted Data
- Preview
- Usage
- Definition
import { EncryptedData } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<EncryptedData/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ENCRYPTED_DATA } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, ENCRYPTED_DATA)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.encrypted_data;fillColor=#7D7C7C;gradientColor=none;',
},
_original_width: 43.5,
_original_height: 55.5,
}
Filtering Rule
- Preview
- Usage
- Definition
import { FilteringRule } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<FilteringRule/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FILTERING_RULE } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, FILTERING_RULE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.filtering_rule;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 69,
_original_height: 72,
}
IAM
- Preview
- Usage
- Definition
import { Iam } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Iam/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IAM } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, IAM)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.iam;fillColor=#759C3E;gradientColor=none;',
},
_width: 42,
_height: 81,
}
Inspector
- Preview
- Usage
- Definition
import { Inspector } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Inspector/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INSPECTOR } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, INSPECTOR)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.inspector;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 81,
}
KMS
- Preview
- Usage
- Definition
import { Kms } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Kms/>
// or
import { extendStyle } from "@dinghy/base-components";
import { KMS } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, KMS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.kms;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Long Term Security Credential
- Preview
- Usage
- Definition
import { LongTermSecurityCredential } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<LongTermSecurityCredential/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LONG_TERM_SECURITY_CREDENTIAL } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, LONG_TERM_SECURITY_CREDENTIAL)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.long_term_security_credential;fillColor=#ffffff;gradientColor=none;',
},
_original_width: 60,
_original_height: 48,
}
Macie
- Preview
- Usage
- Definition

import { Macie } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Macie/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MACIE } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, MACIE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.macie;fillColor=#34BBC9;gradientColor=none;pointerEvents=1',
},
_width: 133.5,
_height: 54,
}
MFA Token
- Preview
- Usage
- Definition
import { MfaToken } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<MfaToken/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MFA_TOKEN } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, MFA_TOKEN)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.mfa_token;fillColor=#7D7C7C;gradientColor=none;',
},
_original_width: 61.5,
_original_height: 61.5,
}
Organizations
- Preview
- Usage
- Definition
import { Organizations } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Organizations/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ORGANIZATIONS } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, ORGANIZATIONS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.organizations;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}
Permissions
- Preview
- Usage
- Definition
import { Permissions } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Permissions/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PERMISSIONS } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, PERMISSIONS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.permissions_2;fillColor=#D2D3D3;gradientColor=none;',
},
_original_width: 46.5,
_original_height: 63,
}
Role
- Preview
- Usage
- Definition

import { Role } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Role/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ROLE } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, ROLE)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.role;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 94.5,
_original_height: 79.5,
}
Shield
- Preview
- Usage
- Definition
import { Shield } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shield/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SHIELD } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, SHIELD)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.shield;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 70.5,
}
STS
- Preview
- Usage
- Definition
import { Sts } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Sts/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STS } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, STS)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.sts;fillColor=#759C3E;gradientColor=none;',
},
_width: 61.5,
_height: 34.5,
}
STS 2
- Preview
- Usage
- Definition
import { Sts2 } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Sts2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { STS_2 } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, STS_2)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.sts_2;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 46.5,
_original_height: 60,
}
Temporary Security Credential
- Preview
- Usage
- Definition
import { TemporarySecurityCredential } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<TemporarySecurityCredential/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TEMPORARY_SECURITY_CREDENTIAL } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, TEMPORARY_SECURITY_CREDENTIAL)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.temporary_security_credential;fillColor=#ffffff;gradientColor=none;',
},
_original_width: 67.5,
_original_height: 60,
}
WAF
- Preview
- Usage
- Definition
import { Waf } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Waf/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WAF } from '@dinghy/diagrams/entitiesAws17SecurityIdentityAndCompliance'
<Shape
{...props}
_style={extendStyle(props, WAF)}
/>
{
_style: {
entity: 'outlineConnect=0;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;shape=mxgraph.aws3.waf;fillColor=#759C3E;gradientColor=none;',
},
_original_width: 76.5,
_original_height: 93,
}