Show / Hide Table of Contents

Interface ICfnEnclaveCertificateIamRoleAssociationProps

Properties for defining a CfnEnclaveCertificateIamRoleAssociation.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnEnclaveCertificateIamRoleAssociationProps
Syntax (vb)
Public Interface ICfnEnclaveCertificateIamRoleAssociationProps
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.AWS.EC2;

             var cfnEnclaveCertificateIamRoleAssociationProps = new CfnEnclaveCertificateIamRoleAssociationProps {
                 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