Interface CfnConnection.IamPropertiesInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnection.IamPropertiesInputProperty.Jsii$Proxy
- Enclosing class:
CfnConnection
@Stability(Stable)
public static interface CfnConnection.IamPropertiesInputProperty
extends software.amazon.jsii.JsiiSerializable
The IAM properties of a connection.
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.*;
IamPropertiesInputProperty iamPropertiesInputProperty = IamPropertiesInputProperty.builder()
.glueLineageSyncEnabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnection.IamPropertiesInputPropertystatic final classAn implementation forCfnConnection.IamPropertiesInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGlueLineageSyncEnabled
Specifies whether AWS Glue lineage sync is enabled for a connection.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-