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: