Interface CfnOdbNetwork.StsAccessProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOdbNetwork.StsAccessProperty.Jsii$Proxy
- Enclosing class:
CfnOdbNetwork
@Stability(Stable)
public static interface CfnOdbNetwork.StsAccessProperty
extends software.amazon.jsii.JsiiSerializable
The AWS Security Token Service (STS) access 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.odb.*;
StsAccessProperty stsAccessProperty = StsAccessProperty.builder()
.domainName("domainName")
.ipv4Addresses(List.of("ipv4Addresses"))
.status("status")
.stsPolicyDocument("stsPolicyDocument")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOdbNetwork.StsAccessPropertystatic final classAn implementation forCfnOdbNetwork.StsAccessProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDomainName
The domain name for the AWS STS access.- See Also:
-
getIpv4Addresses
The IPv4 addresses for the AWS STS access.- See Also:
-
getStatus
The status of the managed resource access.- See Also:
-
getStsPolicyDocument
The endpoint policy for the AWS STS access.- See Also:
-
builder
-