Show / Hide Table of Contents

Class CfnEnclaveCertificateIamRoleAssociationProps

Properties for defining a CfnEnclaveCertificateIamRoleAssociation.

Inheritance
object
CfnEnclaveCertificateIamRoleAssociationProps
Implements
ICfnEnclaveCertificateIamRoleAssociationProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEnclaveCertificateIamRoleAssociationProps : ICfnEnclaveCertificateIamRoleAssociationProps
Syntax (vb)
Public Class CfnEnclaveCertificateIamRoleAssociationProps Implements 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

Constructors

CfnEnclaveCertificateIamRoleAssociationProps()

Properties for defining a CfnEnclaveCertificateIamRoleAssociation.

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.

Constructors

CfnEnclaveCertificateIamRoleAssociationProps()

Properties for defining a CfnEnclaveCertificateIamRoleAssociation.

public CfnEnclaveCertificateIamRoleAssociationProps()
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"
             };

Properties

CertificateArn

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

public string CertificateArn { get; set; }
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.

public string RoleArn { get; set; }
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

Implements

ICfnEnclaveCertificateIamRoleAssociationProps
Back to top Generated by DocFX