Class CfnVerifiedAccessGroupPropsMixin
An AWS Verified Access group is a collection of AWS Verified Access endpoints who's associated applications have similar security requirements.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnVerifiedAccessGroupPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnVerifiedAccessGroupPropsMixin Inherits Mixin Implements IMixin
Remarks
Each instance within a Verified Access group shares an Verified Access policy. For example, you can group all Verified Access instances associated with "sales" applications together and use one common Verified Access policy.
CloudformationResource: AWS::EC2::VerifiedAccessGroup
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EC2;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnVerifiedAccessGroupPropsMixin = new CfnVerifiedAccessGroupPropsMixin(new CfnVerifiedAccessGroupMixinProps {
Description = "description",
PolicyDocument = "policyDocument",
PolicyEnabled = false,
SseSpecification = new SseSpecificationProperty {
CustomerManagedKeyEnabled = false,
KmsKeyArn = "kmsKeyArn"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
VerifiedAccessInstanceId = "verifiedAccessInstanceId"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnVerifiedAccessGroupPropsMixin(ICfnVerifiedAccessGroupMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | An AWS Verified Access group is a collection of AWS Verified Access endpoints who's associated applications have similar security requirements. |
| Props | An AWS Verified Access group is a collection of AWS Verified Access endpoints who's associated applications have similar security requirements. |
| Strategy | An AWS Verified Access group is a collection of AWS Verified Access endpoints who's associated applications have similar security requirements. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnVerifiedAccessGroupPropsMixin(ICfnVerifiedAccessGroupMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::EC2::VerifiedAccessGroup.
public CfnVerifiedAccessGroupPropsMixin(ICfnVerifiedAccessGroupMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnVerifiedAccessGroupMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
Each instance within a Verified Access group shares an Verified Access policy. For example, you can group all Verified Access instances associated with "sales" applications together and use one common Verified Access policy.
CloudformationResource: AWS::EC2::VerifiedAccessGroup
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
An AWS Verified Access group is a collection of AWS Verified Access endpoints who's associated applications have similar security requirements.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
Each instance within a Verified Access group shares an Verified Access policy. For example, you can group all Verified Access instances associated with "sales" applications together and use one common Verified Access policy.
CloudformationResource: AWS::EC2::VerifiedAccessGroup
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EC2;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnVerifiedAccessGroupPropsMixin = new CfnVerifiedAccessGroupPropsMixin(new CfnVerifiedAccessGroupMixinProps {
Description = "description",
PolicyDocument = "policyDocument",
PolicyEnabled = false,
SseSpecification = new SseSpecificationProperty {
CustomerManagedKeyEnabled = false,
KmsKeyArn = "kmsKeyArn"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
VerifiedAccessInstanceId = "verifiedAccessInstanceId"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
An AWS Verified Access group is a collection of AWS Verified Access endpoints who's associated applications have similar security requirements.
protected virtual ICfnVerifiedAccessGroupMixinProps Props { get; }
Property Value
ICfnVerifiedAccessGroupMixinProps
Remarks
Each instance within a Verified Access group shares an Verified Access policy. For example, you can group all Verified Access instances associated with "sales" applications together and use one common Verified Access policy.
CloudformationResource: AWS::EC2::VerifiedAccessGroup
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EC2;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnVerifiedAccessGroupPropsMixin = new CfnVerifiedAccessGroupPropsMixin(new CfnVerifiedAccessGroupMixinProps {
Description = "description",
PolicyDocument = "policyDocument",
PolicyEnabled = false,
SseSpecification = new SseSpecificationProperty {
CustomerManagedKeyEnabled = false,
KmsKeyArn = "kmsKeyArn"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
VerifiedAccessInstanceId = "verifiedAccessInstanceId"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
An AWS Verified Access group is a collection of AWS Verified Access endpoints who's associated applications have similar security requirements.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
Each instance within a Verified Access group shares an Verified Access policy. For example, you can group all Verified Access instances associated with "sales" applications together and use one common Verified Access policy.
CloudformationResource: AWS::EC2::VerifiedAccessGroup
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EC2;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnVerifiedAccessGroupPropsMixin = new CfnVerifiedAccessGroupPropsMixin(new CfnVerifiedAccessGroupMixinProps {
Description = "description",
PolicyDocument = "policyDocument",
PolicyEnabled = false,
SseSpecification = new SseSpecificationProperty {
CustomerManagedKeyEnabled = false,
KmsKeyArn = "kmsKeyArn"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
VerifiedAccessInstanceId = "verifiedAccessInstanceId"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
Each instance within a Verified Access group shares an Verified Access policy. For example, you can group all Verified Access instances associated with "sales" applications together and use one common Verified Access policy.
CloudformationResource: AWS::EC2::VerifiedAccessGroup
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
Each instance within a Verified Access group shares an Verified Access policy. For example, you can group all Verified Access instances associated with "sales" applications together and use one common Verified Access policy.
CloudformationResource: AWS::EC2::VerifiedAccessGroup
Mixin: true
ExampleMetadata: fixture=_generated