Interface CfnRegistryRecord.RegistryRecordIamCredentialProviderProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRegistryRecord.RegistryRecordIamCredentialProviderProperty.Jsii$Proxy
Enclosing class:
CfnRegistryRecord

@Stability(Stable) public static interface CfnRegistryRecord.RegistryRecordIamCredentialProviderProperty extends software.amazon.jsii.JsiiSerializable
IAM credential provider configuration.

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.agentregistry.*;
 RegistryRecordIamCredentialProviderProperty registryRecordIamCredentialProviderProperty = RegistryRecordIamCredentialProviderProperty.builder()
         .region("region")
         .roleArn("roleArn")
         .service("service")
         .build();
 

See Also: