Show / Hide Table of Contents

Class CfnAgentSpace.IamAuthConfigurationProperty

Inheritance
object
CfnAgentSpace.IamAuthConfigurationProperty
Implements
CfnAgentSpace.IIamAuthConfigurationProperty
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.DevOpsAgent
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAgentSpace.IamAuthConfigurationProperty : CfnAgentSpace.IIamAuthConfigurationProperty
Syntax (vb)
Public Class CfnAgentSpace.IamAuthConfigurationProperty Implements CfnAgentSpace.IIamAuthConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-iamauthconfiguration.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.DevOpsAgent;

             var iamAuthConfigurationProperty = new IamAuthConfigurationProperty {
                 OperatorAppRoleArn = "operatorAppRoleArn",

                 // the properties below are optional
                 CreatedAt = "createdAt",
                 UpdatedAt = "updatedAt"
             };

Synopsis

Constructors

IamAuthConfigurationProperty()

Properties

CreatedAt
OperatorAppRoleArn
UpdatedAt

Constructors

IamAuthConfigurationProperty()

public IamAuthConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-iamauthconfiguration.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.DevOpsAgent;

             var iamAuthConfigurationProperty = new IamAuthConfigurationProperty {
                 OperatorAppRoleArn = "operatorAppRoleArn",

                 // the properties below are optional
                 CreatedAt = "createdAt",
                 UpdatedAt = "updatedAt"
             };

Properties

CreatedAt

public string? CreatedAt { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-iamauthconfiguration.html#cfn-devopsagent-agentspace-iamauthconfiguration-createdat

OperatorAppRoleArn

public string OperatorAppRoleArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-iamauthconfiguration.html#cfn-devopsagent-agentspace-iamauthconfiguration-operatorapprolearn

UpdatedAt

public string? UpdatedAt { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devopsagent-agentspace-iamauthconfiguration.html#cfn-devopsagent-agentspace-iamauthconfiguration-updatedat

Implements

CfnAgentSpace.IIamAuthConfigurationProperty
Back to top Generated by DocFX