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, IVerifiedAccessGroupRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Syntax (vb)
Public Class CfnVerifiedAccessGroup Inherits CfnResource Implements IInspectable, IVerifiedAccessGroupRef, IConstruct, IDependable, IEnvironmentAware, 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(Construct, string, ICfnVerifiedAccessGroupProps) | Create a new |
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 | An AWS Verified Access group is a collection of AWS Verified Access endpoints who's associated applications have similar security requirements. |
| 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. |
| VerifiedAccessGroupRef | A reference to a VerifiedAccessGroup resource. |
| VerifiedAccessInstanceId | The ID of the AWS Verified Access instance. |
Methods
| ArnForVerifiedAccessGroup(IVerifiedAccessGroupRef) | An AWS Verified Access group is a collection of AWS Verified Access endpoints who's associated applications have similar security requirements. |
| FromVerifiedAccessGroupArn(Construct, string, string) | Creates a new IVerifiedAccessGroupRef from an ARN. |
| FromVerifiedAccessGroupId(Construct, string, string) | Creates a new IVerifiedAccessGroupRef from a verifiedAccessGroupId. |
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnVerifiedAccessGroup(object) | Checks whether the given object is a CfnVerifiedAccessGroup. |
| RenderProperties(IDictionary<string, object>) | An AWS Verified Access group is a collection of AWS Verified Access endpoints who's associated applications have similar security requirements. |
Constructors
CfnVerifiedAccessGroup(Construct, string, ICfnVerifiedAccessGroupProps)
Create a new AWS::EC2::VerifiedAccessGroup.
public CfnVerifiedAccessGroup(Construct scope, string id, ICfnVerifiedAccessGroupProps props)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnVerifiedAccessGroupProps
Resource properties.
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
Properties
AttrCreationTime
The creation time.
public virtual string AttrCreationTime { get; }
Property Value
Remarks
CloudformationAttribute: CreationTime
AttrLastUpdatedTime
The last updated time.
public virtual string AttrLastUpdatedTime { get; }
Property Value
Remarks
CloudformationAttribute: LastUpdatedTime
AttrOwner
The ID of the AWS account that owns the group.
public virtual string AttrOwner { get; }
Property Value
Remarks
CloudformationAttribute: Owner
AttrVerifiedAccessGroupArn
The ARN of the Verified Access group.
public virtual string AttrVerifiedAccessGroupArn { get; }
Property Value
Remarks
CloudformationAttribute: VerifiedAccessGroupArn
AttrVerifiedAccessGroupId
The ID of the Verified Access group.
public virtual string AttrVerifiedAccessGroupId { get; }
Property Value
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
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
CfnProperties
An AWS Verified Access group is a collection of AWS Verified Access endpoints who's associated applications have similar security requirements.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
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
ExampleMetadata: fixture=_generated
Description
A description for the AWS Verified Access group.
public virtual string? Description { get; set; }
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
ExampleMetadata: fixture=_generated
PolicyDocument
The Verified Access policy document.
public virtual string? PolicyDocument { get; set; }
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
ExampleMetadata: fixture=_generated
PolicyEnabled
The status of the Verified Access policy.
public virtual object? PolicyEnabled { get; set; }
Property Value
Remarks
Type union: either bool or IResolvable
SseSpecification
The options for additional server side encryption.
public virtual object? SseSpecification { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnVerifiedAccessGroup.ISseSpecificationProperty
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { 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
ExampleMetadata: fixture=_generated
TagsRaw
The tags.
public virtual ICfnTag[]? TagsRaw { get; set; }
Property Value
ICfnTag[]
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
VerifiedAccessGroupRef
A reference to a VerifiedAccessGroup resource.
public virtual IVerifiedAccessGroupReference VerifiedAccessGroupRef { 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
ExampleMetadata: fixture=_generated
VerifiedAccessInstanceId
The ID of the AWS Verified Access instance.
public virtual string VerifiedAccessInstanceId { get; set; }
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
ExampleMetadata: fixture=_generated
Methods
ArnForVerifiedAccessGroup(IVerifiedAccessGroupRef)
An AWS Verified Access group is a collection of AWS Verified Access endpoints who's associated applications have similar security requirements.
public static string ArnForVerifiedAccessGroup(IVerifiedAccessGroupRef resource)
Parameters
- resource IVerifiedAccessGroupRef
Returns
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"
} }
});
FromVerifiedAccessGroupArn(Construct, string, string)
Creates a new IVerifiedAccessGroupRef from an ARN.
public static IVerifiedAccessGroupRef FromVerifiedAccessGroupArn(Construct scope, string id, string arn)
Parameters
Returns
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
FromVerifiedAccessGroupId(Construct, string, string)
Creates a new IVerifiedAccessGroupRef from a verifiedAccessGroupId.
public static IVerifiedAccessGroupRef FromVerifiedAccessGroupId(Construct scope, string id, string verifiedAccessGroupId)
Parameters
Returns
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
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.
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
IsCfnVerifiedAccessGroup(object)
Checks whether the given object is a CfnVerifiedAccessGroup.
public static bool IsCfnVerifiedAccessGroup(object x)
Parameters
- x object
Returns
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
RenderProperties(IDictionary<string, object>)
An AWS Verified Access group is a collection of AWS Verified Access endpoints who's associated applications have similar security requirements.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
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
ExampleMetadata: fixture=_generated