Interface CfnAgentSpace.IamAuthConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAgentSpace.IamAuthConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAgentSpace
@Stability(Stable)
public static interface CfnAgentSpace.IamAuthConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.devopsagent.*;
IamAuthConfigurationProperty iamAuthConfigurationProperty = IamAuthConfigurationProperty.builder()
.operatorAppRoleArn("operatorAppRoleArn")
// the properties below are optional
.createdAt("createdAt")
.updatedAt("updatedAt")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAgentSpace.IamAuthConfigurationPropertystatic final classAn implementation forCfnAgentSpace.IamAuthConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOperatorAppRoleArn
- See Also:
-
getCreatedAt
- See Also:
-
getUpdatedAt
- See Also:
-
builder
-