@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.437Z") @Stability(value=Stable) public interface CfnServerProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.opsworkscm.*;
CfnServerProps cfnServerProps = CfnServerProps.builder()
.instanceProfileArn("instanceProfileArn")
.instanceType("instanceType")
.serviceRoleArn("serviceRoleArn")
// the properties below are optional
.associatePublicIpAddress(false)
.backupId("backupId")
.backupRetentionCount(123)
.customCertificate("customCertificate")
.customDomain("customDomain")
.customPrivateKey("customPrivateKey")
.disableAutomatedBackup(false)
.engine("engine")
.engineAttributes(List.of(EngineAttributeProperty.builder()
.name("name")
.value("value")
.build()))
.engineModel("engineModel")
.engineVersion("engineVersion")
.keyPair("keyPair")
.preferredBackupWindow("preferredBackupWindow")
.preferredMaintenanceWindow("preferredMaintenanceWindow")
.securityGroupIds(List.of("securityGroupIds"))
.serverName("serverName")
.subnetIds(List.of("subnetIds"))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| 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) @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) @NotNull String getInstanceProfileArn()
@Stability(value=Stable) @NotNull String getInstanceType()
@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) @NotNull String getServiceRoleArn()
@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.