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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnRegistryRecord.RegistryRecordIamCredentialProviderProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRegion
The SigV4 signing region.- See Also:
-
getRoleArn
The ARN of the IAM role.- See Also:
-
getService
The SigV4 signing service name.- See Also:
-
builder
@Stability(Stable) static CfnRegistryRecord.RegistryRecordIamCredentialProviderProperty.Builder builder()
-