Interface CfnCloudConnectorPropsMixin.ConfigurationTargetsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCloudConnectorPropsMixin.ConfigurationTargetsProperty.Jsii$Proxy
- Enclosing class:
CfnCloudConnectorPropsMixin
@Stability(Stable)
public static interface CfnCloudConnectorPropsMixin.ConfigurationTargetsProperty
extends software.amazon.jsii.JsiiSerializable
The targets for the cloud connector.
If omitted, the entire tenant is targeted.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ssm.*;
ConfigurationTargetsProperty configurationTargetsProperty = ConfigurationTargetsProperty.builder()
.subscriptions(List.of(AzureSubscriptionProperty.builder()
.displayName("displayName")
.id("id")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCloudConnectorPropsMixin.ConfigurationTargetsPropertystatic final classAn implementation forCfnCloudConnectorPropsMixin.ConfigurationTargetsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSubscriptions
List of Azure subscriptions.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCloudConnectorPropsMixin.AzureSubscriptionProperty>- See Also:
-
builder
@Stability(Stable) static CfnCloudConnectorPropsMixin.ConfigurationTargetsProperty.Builder builder()
-