@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:06.905Z") @Stability(value=Stable) public class CfnFargateProfile extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnFargateProfile.Builder
A fluent builder for
CfnFargateProfile. |
static interface |
CfnFargateProfile.LabelProperty |
static interface |
CfnFargateProfile.SelectorProperty |
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 |
|---|---|
|
CfnFargateProfile(Construct scope,
String id,
CfnFargateProfileProps props)
Create a new `AWS::EKS::FargateProfile`.
|
protected |
CfnFargateProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnFargateProfile(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
protected Map<String,Object> |
getCfnProperties() |
String |
getClusterName()
`AWS::EKS::FargateProfile.ClusterName`.
|
String |
getFargateProfileName()
`AWS::EKS::FargateProfile.FargateProfileName`.
|
String |
getPodExecutionRoleArn()
`AWS::EKS::FargateProfile.PodExecutionRoleArn`.
|
Object |
getSelectors()
`AWS::EKS::FargateProfile.Selectors`.
|
List<String> |
getSubnets()
`AWS::EKS::FargateProfile.Subnets`.
|
TagManager |
getTags()
`AWS::EKS::FargateProfile.Tags`.
|
void |
inspect(TreeInspector inspector)
(experimental) Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setClusterName(String value)
`AWS::EKS::FargateProfile.ClusterName`.
|
void |
setFargateProfileName(String value)
`AWS::EKS::FargateProfile.FargateProfileName`.
|
void |
setPodExecutionRoleArn(String value)
`AWS::EKS::FargateProfile.PodExecutionRoleArn`.
|
void |
setSelectors(IResolvable value)
`AWS::EKS::FargateProfile.Selectors`.
|
void |
setSelectors(List<Object> value)
`AWS::EKS::FargateProfile.Selectors`.
|
void |
setSubnets(List<String> value)
`AWS::EKS::FargateProfile.Subnets`.
|
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 CfnFargateProfile(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnFargateProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnFargateProfile(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnFargateProfileProps 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 getClusterName()
@Stability(value=Stable)
public void setClusterName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getPodExecutionRoleArn()
@Stability(value=Stable)
public void setPodExecutionRoleArn(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getSelectors()
@Stability(value=Stable)
public void setSelectors(@NotNull
IResolvable value)
@Stability(value=Stable)
public void setSelectors(@NotNull
List<Object> value)
@Stability(value=Stable) @Nullable public String getFargateProfileName()
@Stability(value=Stable)
public void setFargateProfileName(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getSubnets()
Copyright © 2021. All rights reserved.