@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:06.903Z") @Stability(value=Stable) public class CfnAddon extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnAddon.Builder
A fluent builder for
CfnAddon. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnAddon(Construct scope,
String id,
CfnAddonProps props)
Create a new `AWS::EKS::Addon`.
|
protected |
CfnAddon(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnAddon(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddonName()
`AWS::EKS::Addon.AddonName`.
|
String |
getAddonVersion()
`AWS::EKS::Addon.AddonVersion`.
|
String |
getAttrArn() |
protected Map<String,Object> |
getCfnProperties() |
String |
getClusterName()
`AWS::EKS::Addon.ClusterName`.
|
String |
getResolveConflicts()
`AWS::EKS::Addon.ResolveConflicts`.
|
String |
getServiceAccountRoleArn()
`AWS::EKS::Addon.ServiceAccountRoleArn`.
|
TagManager |
getTags()
`AWS::EKS::Addon.Tags`.
|
void |
inspect(TreeInspector inspector)
(experimental) Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAddonName(String value)
`AWS::EKS::Addon.AddonName`.
|
void |
setAddonVersion(String value)
`AWS::EKS::Addon.AddonVersion`.
|
void |
setClusterName(String value)
`AWS::EKS::Addon.ClusterName`.
|
void |
setResolveConflicts(String value)
`AWS::EKS::Addon.ResolveConflicts`.
|
void |
setServiceAccountRoleArn(String value)
`AWS::EKS::Addon.ServiceAccountRoleArn`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnAddon(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnAddon(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnAddon(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnAddonProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Experimental)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getAddonName()
@Stability(value=Stable)
public void setAddonName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getClusterName()
@Stability(value=Stable)
public void setClusterName(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getAddonVersion()
@Stability(value=Stable)
public void setAddonVersion(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getResolveConflicts()
@Stability(value=Stable)
public void setResolveConflicts(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getServiceAccountRoleArn()
@Stability(value=Stable)
public void setServiceAccountRoleArn(@Nullable
String value)
Copyright © 2021. All rights reserved.