@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.871Z") @Stability(value=Stable) public class CfnServer extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnServer.Builder
A fluent builder for
CfnServer. |
static interface |
CfnServer.EngineAttributeProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| 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 |
|---|---|
|
CfnServer(software.constructs.Construct scope,
String id,
CfnServerProps props)
Create a new `AWS::OpsWorksCM::Server`.
|
protected |
CfnServer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnServer(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAssociatePublicIpAddress()
`AWS::OpsWorksCM::Server.AssociatePublicIpAddress`.
|
String |
getAttrArn() |
String |
getAttrEndpoint() |
String |
getAttrId() |
String |
getBackupId()
`AWS::OpsWorksCM::Server.BackupId`.
|
Number |
getBackupRetentionCount()
`AWS::OpsWorksCM::Server.BackupRetentionCount`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getCustomCertificate()
`AWS::OpsWorksCM::Server.CustomCertificate`.
|
String |
getCustomDomain()
`AWS::OpsWorksCM::Server.CustomDomain`.
|
String |
getCustomPrivateKey()
`AWS::OpsWorksCM::Server.CustomPrivateKey`.
|
Object |
getDisableAutomatedBackup()
`AWS::OpsWorksCM::Server.DisableAutomatedBackup`.
|
String |
getEngine()
`AWS::OpsWorksCM::Server.Engine`.
|
Object |
getEngineAttributes()
`AWS::OpsWorksCM::Server.EngineAttributes`.
|
String |
getEngineModel()
`AWS::OpsWorksCM::Server.EngineModel`.
|
String |
getEngineVersion()
`AWS::OpsWorksCM::Server.EngineVersion`.
|
String |
getInstanceProfileArn()
`AWS::OpsWorksCM::Server.InstanceProfileArn`.
|
String |
getInstanceType()
`AWS::OpsWorksCM::Server.InstanceType`.
|
String |
getKeyPair()
`AWS::OpsWorksCM::Server.KeyPair`.
|
String |
getPreferredBackupWindow()
`AWS::OpsWorksCM::Server.PreferredBackupWindow`.
|
String |
getPreferredMaintenanceWindow()
`AWS::OpsWorksCM::Server.PreferredMaintenanceWindow`.
|
List<String> |
getSecurityGroupIds()
`AWS::OpsWorksCM::Server.SecurityGroupIds`.
|
String |
getServerName()
`AWS::OpsWorksCM::Server.ServerName`.
|
String |
getServiceRoleArn()
`AWS::OpsWorksCM::Server.ServiceRoleArn`.
|
List<String> |
getSubnetIds()
`AWS::OpsWorksCM::Server.SubnetIds`.
|
TagManager |
getTags()
`AWS::OpsWorksCM::Server.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAssociatePublicIpAddress(Boolean value)
`AWS::OpsWorksCM::Server.AssociatePublicIpAddress`.
|
void |
setAssociatePublicIpAddress(IResolvable value)
`AWS::OpsWorksCM::Server.AssociatePublicIpAddress`.
|
void |
setBackupId(String value)
`AWS::OpsWorksCM::Server.BackupId`.
|
void |
setBackupRetentionCount(Number value)
`AWS::OpsWorksCM::Server.BackupRetentionCount`.
|
void |
setCustomCertificate(String value)
`AWS::OpsWorksCM::Server.CustomCertificate`.
|
void |
setCustomDomain(String value)
`AWS::OpsWorksCM::Server.CustomDomain`.
|
void |
setCustomPrivateKey(String value)
`AWS::OpsWorksCM::Server.CustomPrivateKey`.
|
void |
setDisableAutomatedBackup(Boolean value)
`AWS::OpsWorksCM::Server.DisableAutomatedBackup`.
|
void |
setDisableAutomatedBackup(IResolvable value)
`AWS::OpsWorksCM::Server.DisableAutomatedBackup`.
|
void |
setEngine(String value)
`AWS::OpsWorksCM::Server.Engine`.
|
void |
setEngineAttributes(IResolvable value)
`AWS::OpsWorksCM::Server.EngineAttributes`.
|
void |
setEngineAttributes(List<Object> value)
`AWS::OpsWorksCM::Server.EngineAttributes`.
|
void |
setEngineModel(String value)
`AWS::OpsWorksCM::Server.EngineModel`.
|
void |
setEngineVersion(String value)
`AWS::OpsWorksCM::Server.EngineVersion`.
|
void |
setInstanceProfileArn(String value)
`AWS::OpsWorksCM::Server.InstanceProfileArn`.
|
void |
setInstanceType(String value)
`AWS::OpsWorksCM::Server.InstanceType`.
|
void |
setKeyPair(String value)
`AWS::OpsWorksCM::Server.KeyPair`.
|
void |
setPreferredBackupWindow(String value)
`AWS::OpsWorksCM::Server.PreferredBackupWindow`.
|
void |
setPreferredMaintenanceWindow(String value)
`AWS::OpsWorksCM::Server.PreferredMaintenanceWindow`.
|
void |
setSecurityGroupIds(List<String> value)
`AWS::OpsWorksCM::Server.SecurityGroupIds`.
|
void |
setServerName(String value)
`AWS::OpsWorksCM::Server.ServerName`.
|
void |
setServiceRoleArn(String value)
`AWS::OpsWorksCM::Server.ServiceRoleArn`.
|
void |
setSubnetIds(List<String> value)
`AWS::OpsWorksCM::Server.SubnetIds`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnServer(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnServer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnServer(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnServerProps 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=Stable)
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 public String getAttrEndpoint()
@Stability(value=Stable) @NotNull public String getAttrId()
@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 getInstanceProfileArn()
@Stability(value=Stable)
public void setInstanceProfileArn(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getInstanceType()
@Stability(value=Stable)
public void setInstanceType(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getServiceRoleArn()
@Stability(value=Stable)
public void setServiceRoleArn(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getAssociatePublicIpAddress()
@Stability(value=Stable)
public void setAssociatePublicIpAddress(@Nullable
Boolean value)
@Stability(value=Stable)
public void setAssociatePublicIpAddress(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getBackupId()
@Stability(value=Stable)
public void setBackupId(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getBackupRetentionCount()
@Stability(value=Stable)
public void setBackupRetentionCount(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getCustomCertificate()
@Stability(value=Stable)
public void setCustomCertificate(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getCustomDomain()
@Stability(value=Stable)
public void setCustomDomain(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getCustomPrivateKey()
@Stability(value=Stable)
public void setCustomPrivateKey(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getDisableAutomatedBackup()
@Stability(value=Stable)
public void setDisableAutomatedBackup(@Nullable
Boolean value)
@Stability(value=Stable)
public void setDisableAutomatedBackup(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getEngine()
@Stability(value=Stable)
public void setEngine(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getEngineAttributes()
@Stability(value=Stable)
public void setEngineAttributes(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setEngineAttributes(@Nullable
List<Object> value)
@Stability(value=Stable) @Nullable public String getEngineModel()
@Stability(value=Stable)
public void setEngineModel(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getEngineVersion()
@Stability(value=Stable)
public void setEngineVersion(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getKeyPair()
@Stability(value=Stable)
public void setKeyPair(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getPreferredBackupWindow()
@Stability(value=Stable)
public void setPreferredBackupWindow(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getPreferredMaintenanceWindow()
@Stability(value=Stable)
public void setPreferredMaintenanceWindow(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getSecurityGroupIds()
@Stability(value=Stable)
public void setSecurityGroupIds(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getServerName()
@Stability(value=Stable)
public void setServerName(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getSubnetIds()
Copyright © 2021. All rights reserved.