Show / Hide Table of Contents

Interface IEnclaveCertificateIamRoleAssociationReference

A reference to a EnclaveCertificateIamRoleAssociation resource.

Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEnclaveCertificateIamRoleAssociationReference
Syntax (vb)
Public Interface IEnclaveCertificateIamRoleAssociationReference
Remarks

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.Interfaces.EC2;

            var enclaveCertificateIamRoleAssociationReference = new EnclaveCertificateIamRoleAssociationReference {
                CertificateArn = "certificateArn",
                RoleArn = "roleArn"
            };

Synopsis

Properties

CertificateArn

The CertificateArn of the EnclaveCertificateIamRoleAssociation resource.

RoleArn

The RoleArn of the EnclaveCertificateIamRoleAssociation resource.

Properties

CertificateArn

The CertificateArn of the EnclaveCertificateIamRoleAssociation resource.

string CertificateArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

RoleArn

The RoleArn of the EnclaveCertificateIamRoleAssociation resource.

string RoleArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX