Show / Hide Table of Contents

Interface ICfnEnclaveCertificateIamRoleAssociationMixinProps

Properties for CfnEnclaveCertificateIamRoleAssociationPropsMixin.

Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnEnclaveCertificateIamRoleAssociationMixinProps
Syntax (vb)
Public Interface ICfnEnclaveCertificateIamRoleAssociationMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-enclavecertificateiamroleassociation.html

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.Mixins.Preview.AWS.EC2.Mixins;

             var cfnEnclaveCertificateIamRoleAssociationMixinProps = new CfnEnclaveCertificateIamRoleAssociationMixinProps {
                 CertificateArn = "certificateArn",
                 RoleArn = "roleArn"
             };

Synopsis

Properties

CertificateArn

The ARN of the ACM certificate with which to associate the IAM role.

RoleArn

The ARN of the IAM role to associate with the ACM certificate.

Properties

CertificateArn

The ARN of the ACM certificate with which to associate the IAM role.

string? CertificateArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-enclavecertificateiamroleassociation.html#cfn-ec2-enclavecertificateiamroleassociation-certificatearn

RoleArn

The ARN of the IAM role to associate with the ACM certificate.

string? RoleArn { get; }
Property Value

string

Remarks

You can associate up to 16 IAM roles with an ACM certificate.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-enclavecertificateiamroleassociation.html#cfn-ec2-enclavecertificateiamroleassociation-rolearn

Back to top Generated by DocFX