Class CfnDaemonMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnDaemonMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDaemonMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDaemonMixinProps
@Stability(Stable)
@Internal
public static final class CfnDaemonMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDaemonMixinProps
An implementation for
CfnDaemonMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnDaemonMixinProps
CfnDaemonMixinProps.Builder, CfnDaemonMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDaemonMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDaemonMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe Amazon Resource Names (ARNs) of the capacity providers associated with the daemon.final StringThe Amazon Resource Name (ARN) of the cluster that the daemon is running in.final Stringfinal StringThe Amazon Resource Name (ARN) of the daemon task definition used by this revision.final ObjectOptional deployment parameters that control how a daemon rolls out updates across container instances.final ObjectSpecifies whether Amazon ECS managed tags are turned on for the daemon tasks.final ObjectSpecifies whether the execute command functionality is turned on for the daemon tasks.final StringSpecifies whether tags are propagated from the daemon to the daemon tasks.getTags()final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDaemonMixinProps.Builder.
-
-
Method Details
-
getCapacityProviderArns
Description copied from interface:CfnDaemonMixinPropsThe Amazon Resource Names (ARNs) of the capacity providers associated with the daemon.- Specified by:
getCapacityProviderArnsin interfaceCfnDaemonMixinProps- See Also:
-
getClusterArn
Description copied from interface:CfnDaemonMixinPropsThe Amazon Resource Name (ARN) of the cluster that the daemon is running in.- Specified by:
getClusterArnin interfaceCfnDaemonMixinProps- See Also:
-
getDaemonName
- Specified by:
getDaemonNamein interfaceCfnDaemonMixinProps- See Also:
-
getDaemonTaskDefinitionArn
Description copied from interface:CfnDaemonMixinPropsThe Amazon Resource Name (ARN) of the daemon task definition used by this revision.- Specified by:
getDaemonTaskDefinitionArnin interfaceCfnDaemonMixinProps- See Also:
-
getDeploymentConfiguration
Description copied from interface:CfnDaemonMixinPropsOptional deployment parameters that control how a daemon rolls out updates across container instances.Returns union: either
IResolvableorCfnDaemonPropsMixin.DaemonDeploymentConfigurationProperty- Specified by:
getDeploymentConfigurationin interfaceCfnDaemonMixinProps- See Also:
-
getEnableEcsManagedTags
Description copied from interface:CfnDaemonMixinPropsSpecifies whether Amazon ECS managed tags are turned on for the daemon tasks.Returns union: either
BooleanorIResolvable- Specified by:
getEnableEcsManagedTagsin interfaceCfnDaemonMixinProps- See Also:
-
getEnableExecuteCommand
Description copied from interface:CfnDaemonMixinPropsSpecifies whether the execute command functionality is turned on for the daemon tasks.Returns union: either
BooleanorIResolvable- Specified by:
getEnableExecuteCommandin interfaceCfnDaemonMixinProps- See Also:
-
getPropagateTags
Description copied from interface:CfnDaemonMixinPropsSpecifies whether tags are propagated from the daemon to the daemon tasks.- Specified by:
getPropagateTagsin interfaceCfnDaemonMixinProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnDaemonMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-