Interface CfnConnection.AwsLocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnection.AwsLocationProperty.Jsii$Proxy
- Enclosing class:
CfnConnection
@Stability(Stable)
public static interface CfnConnection.AwsLocationProperty
extends software.amazon.jsii.JsiiSerializable
The location of a project.
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.datazone.*;
AwsLocationProperty awsLocationProperty = AwsLocationProperty.builder()
.accessRole("accessRole")
.awsAccountId("awsAccountId")
.awsRegion("awsRegion")
.iamConnectionId("iamConnectionId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnection.AwsLocationPropertystatic final classAn implementation forCfnConnection.AwsLocationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessRole
The access role of a connection.- See Also:
-
getAwsAccountId
The account ID of a connection.- See Also:
-
getAwsRegion
The Region of a connection.- See Also:
-
getIamConnectionId
The IAM connection ID of a connection.- See Also:
-
builder
-