Class CfnVerifiedAccessGroup
An AWS Verified Access group is a collection of AWS Verified Access endpoints who's associated applications have similar security requirements.
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVerifiedAccessGroup : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnVerifiedAccessGroup
Inherits CfnResource
Implements IInspectable, ITaggable
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
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.AWS.EC2;
var cfnVerifiedAccessGroup = new CfnVerifiedAccessGroup(this, "MyCfnVerifiedAccessGroup", new CfnVerifiedAccessGroupProps {
VerifiedAccessInstanceId = "verifiedAccessInstanceId",
// the properties below are optional
Description = "description",
PolicyDocument = "policyDocument",
PolicyEnabled = false,
SseSpecification = new SseSpecificationProperty {
CustomerManagedKeyEnabled = false,
KmsKeyArn = "kmsKeyArn"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Synopsis
Constructors
CfnVerifiedAccessGroup(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnVerifiedAccessGroup(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnVerifiedAccessGroup(Construct, String, ICfnVerifiedAccessGroupProps) |
Properties
AttrCreationTime | The creation time. |
AttrLastUpdatedTime | The last updated time. |
AttrOwner | The ID of the AWS account that owns the group. |
AttrVerifiedAccessGroupArn | The ARN of the Verified Access group. |
AttrVerifiedAccessGroupId | The ID of the Verified Access group. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
Description | A description for the AWS Verified Access group. |
PolicyDocument | The Verified Access policy document. |
PolicyEnabled | The status of the Verified Access policy. |
SseSpecification | The options for additional server side encryption. |
Tags | Tag Manager which manages the tags for this resource. |
TagsRaw | The tags. |
VerifiedAccessInstanceId | The ID of the AWS Verified Access instance. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnVerifiedAccessGroup(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnVerifiedAccessGroup(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnVerifiedAccessGroup(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnVerifiedAccessGroup(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnVerifiedAccessGroup(Construct, String, ICfnVerifiedAccessGroupProps)
public CfnVerifiedAccessGroup(Construct scope, string id, ICfnVerifiedAccessGroupProps props)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnVerifiedAccessGroupProps
Resource properties.
Properties
AttrCreationTime
The creation time.
public virtual string AttrCreationTime { get; }
Property Value
System.String
Remarks
CloudformationAttribute: CreationTime
AttrLastUpdatedTime
The last updated time.
public virtual string AttrLastUpdatedTime { get; }
Property Value
System.String
Remarks
CloudformationAttribute: LastUpdatedTime
AttrOwner
The ID of the AWS account that owns the group.
public virtual string AttrOwner { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Owner
AttrVerifiedAccessGroupArn
The ARN of the Verified Access group.
public virtual string AttrVerifiedAccessGroupArn { get; }
Property Value
System.String
Remarks
CloudformationAttribute: VerifiedAccessGroupArn
AttrVerifiedAccessGroupId
The ID of the Verified Access group.
public virtual string AttrVerifiedAccessGroupId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: VerifiedAccessGroupId
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
Description
A description for the AWS Verified Access group.
public virtual string Description { get; set; }
Property Value
System.String
PolicyDocument
The Verified Access policy document.
public virtual string PolicyDocument { get; set; }
Property Value
System.String
PolicyEnabled
The status of the Verified Access policy.
public virtual object PolicyEnabled { get; set; }
Property Value
System.Object
SseSpecification
The options for additional server side encryption.
public virtual object SseSpecification { get; set; }
Property Value
System.Object
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
TagsRaw
VerifiedAccessInstanceId
The ID of the AWS Verified Access instance.
public virtual string VerifiedAccessInstanceId { get; set; }
Property Value
System.String
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>