@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.872Z") @Stability(value=Stable) public interface CfnServerProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnServerProps.Builder
A builder for
CfnServerProps |
static class |
CfnServerProps.Jsii$Proxy
An implementation for
CfnServerProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnServerProps.Builder |
builder() |
default Object |
getAssociatePublicIpAddress()
`AWS::OpsWorksCM::Server.AssociatePublicIpAddress`.
|
default String |
getBackupId()
`AWS::OpsWorksCM::Server.BackupId`.
|
default Number |
getBackupRetentionCount()
`AWS::OpsWorksCM::Server.BackupRetentionCount`.
|
default String |
getCustomCertificate()
`AWS::OpsWorksCM::Server.CustomCertificate`.
|
default String |
getCustomDomain()
`AWS::OpsWorksCM::Server.CustomDomain`.
|
default String |
getCustomPrivateKey()
`AWS::OpsWorksCM::Server.CustomPrivateKey`.
|
default Object |
getDisableAutomatedBackup()
`AWS::OpsWorksCM::Server.DisableAutomatedBackup`.
|
default String |
getEngine()
`AWS::OpsWorksCM::Server.Engine`.
|
default Object |
getEngineAttributes()
`AWS::OpsWorksCM::Server.EngineAttributes`.
|
default String |
getEngineModel()
`AWS::OpsWorksCM::Server.EngineModel`.
|
default String |
getEngineVersion()
`AWS::OpsWorksCM::Server.EngineVersion`.
|
String |
getInstanceProfileArn()
`AWS::OpsWorksCM::Server.InstanceProfileArn`.
|
String |
getInstanceType()
`AWS::OpsWorksCM::Server.InstanceType`.
|
default String |
getKeyPair()
`AWS::OpsWorksCM::Server.KeyPair`.
|
default String |
getPreferredBackupWindow()
`AWS::OpsWorksCM::Server.PreferredBackupWindow`.
|
default String |
getPreferredMaintenanceWindow()
`AWS::OpsWorksCM::Server.PreferredMaintenanceWindow`.
|
default List<String> |
getSecurityGroupIds()
`AWS::OpsWorksCM::Server.SecurityGroupIds`.
|
default String |
getServerName()
`AWS::OpsWorksCM::Server.ServerName`.
|
String |
getServiceRoleArn()
`AWS::OpsWorksCM::Server.ServiceRoleArn`.
|
default List<String> |
getSubnetIds()
`AWS::OpsWorksCM::Server.SubnetIds`.
|
default List<CfnTag> |
getTags()
`AWS::OpsWorksCM::Server.Tags`.
|
@Stability(value=Stable) @NotNull String getInstanceProfileArn()
@Stability(value=Stable) @NotNull String getInstanceType()
@Stability(value=Stable) @NotNull String getServiceRoleArn()
@Stability(value=Stable) @Nullable default Object getAssociatePublicIpAddress()
@Stability(value=Stable) @Nullable default String getBackupId()
@Stability(value=Stable) @Nullable default Number getBackupRetentionCount()
@Stability(value=Stable) @Nullable default String getCustomCertificate()
@Stability(value=Stable) @Nullable default String getCustomDomain()
@Stability(value=Stable) @Nullable default String getCustomPrivateKey()
@Stability(value=Stable) @Nullable default Object getDisableAutomatedBackup()
@Stability(value=Stable) @Nullable default String getEngine()
@Stability(value=Stable) @Nullable default Object getEngineAttributes()
@Stability(value=Stable) @Nullable default String getEngineModel()
@Stability(value=Stable) @Nullable default String getEngineVersion()
@Stability(value=Stable) @Nullable default String getKeyPair()
@Stability(value=Stable) @Nullable default String getPreferredBackupWindow()
@Stability(value=Stable) @Nullable default String getPreferredMaintenanceWindow()
@Stability(value=Stable) @Nullable default List<String> getSecurityGroupIds()
@Stability(value=Stable) @Nullable default String getServerName()
@Stability(value=Stable) @Nullable default List<String> getSubnetIds()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnServerProps.Builder builder()
CfnServerProps.Builder of CfnServerPropsCopyright © 2021. All rights reserved.