Class CfnDaemonProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnDaemonProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDaemonProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDaemonProps
@Stability(Stable)
@Internal
public static final class CfnDaemonProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDaemonProps
An implementation for
CfnDaemonProps-
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.services.ecs.CfnDaemonProps
CfnDaemonProps.Builder, CfnDaemonProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDaemonProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDaemonProps.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 theCfnDaemonProps.Builder.
-
-
Method Details
-
getCapacityProviderArns
Description copied from interface:CfnDaemonPropsThe Amazon Resource Names (ARNs) of the capacity providers associated with the daemon.- Specified by:
getCapacityProviderArnsin interfaceCfnDaemonProps- See Also:
-
getClusterArn
Description copied from interface:CfnDaemonPropsThe Amazon Resource Name (ARN) of the cluster that the daemon is running in.- Specified by:
getClusterArnin interfaceCfnDaemonProps- See Also:
-
getDaemonName
- Specified by:
getDaemonNamein interfaceCfnDaemonProps- See Also:
-
getDaemonTaskDefinitionArn
Description copied from interface:CfnDaemonPropsThe Amazon Resource Name (ARN) of the daemon task definition used by this revision.- Specified by:
getDaemonTaskDefinitionArnin interfaceCfnDaemonProps- See Also:
-
getDeploymentConfiguration
Description copied from interface:CfnDaemonPropsOptional deployment parameters that control how a daemon rolls out updates across container instances.Returns union: either
IResolvableorCfnDaemon.DaemonDeploymentConfigurationProperty- Specified by:
getDeploymentConfigurationin interfaceCfnDaemonProps- See Also:
-
getEnableEcsManagedTags
Description copied from interface:CfnDaemonPropsSpecifies whether Amazon ECS managed tags are turned on for the daemon tasks.Returns union: either
BooleanorIResolvable- Specified by:
getEnableEcsManagedTagsin interfaceCfnDaemonProps- See Also:
-
getEnableExecuteCommand
Description copied from interface:CfnDaemonPropsSpecifies whether the execute command functionality is turned on for the daemon tasks.Returns union: either
BooleanorIResolvable- Specified by:
getEnableExecuteCommandin interfaceCfnDaemonProps- See Also:
-
getPropagateTags
Description copied from interface:CfnDaemonPropsSpecifies whether tags are propagated from the daemon to the daemon tasks.- Specified by:
getPropagateTagsin interfaceCfnDaemonProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnDaemonProps- 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()
-