Show / Hide Table of Contents

Class EnclaveCertificateIamRoleAssociationReference

A reference to a EnclaveCertificateIamRoleAssociation resource.

Inheritance
object
EnclaveCertificateIamRoleAssociationReference
Implements
IEnclaveCertificateIamRoleAssociationReference
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 EnclaveCertificateIamRoleAssociationReference : IEnclaveCertificateIamRoleAssociationReference
Syntax (vb)
Public Class EnclaveCertificateIamRoleAssociationReference Implements 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.AWS.EC2;

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

Synopsis

Constructors

EnclaveCertificateIamRoleAssociationReference()

A reference to a EnclaveCertificateIamRoleAssociation resource.

Properties

CertificateArn

The CertificateArn of the EnclaveCertificateIamRoleAssociation resource.

RoleArn

The RoleArn of the EnclaveCertificateIamRoleAssociation resource.

Constructors

EnclaveCertificateIamRoleAssociationReference()

A reference to a EnclaveCertificateIamRoleAssociation resource.

public EnclaveCertificateIamRoleAssociationReference()
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.AWS.EC2;

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

Properties

CertificateArn

The CertificateArn of the EnclaveCertificateIamRoleAssociation resource.

public string CertificateArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

RoleArn

The RoleArn of the EnclaveCertificateIamRoleAssociation resource.

public string RoleArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IEnclaveCertificateIamRoleAssociationReference
Back to top Generated by DocFX