public class SecurityParameterGroup extends Object
| Constructor and Description |
|---|
SecurityParameterGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDbSubnetGroupName() |
String |
getDomainIAMRoleName() |
String |
getLicenseModel() |
String |
getTdeCredentialArn() |
String |
getTdeCredentialPassword() |
boolean |
isEnableIAMDatabaseAuthentication() |
boolean |
isPubliclyAccessible() |
void |
setDbSubnetGroupName(String dbSubnetGroupName) |
void |
setDomainIAMRoleName(String domainIAMRoleName) |
void |
setEnableIAMDatabaseAuthentication(boolean enableIAMDatabaseAuthentication) |
void |
setLicenseModel(String licenseModel) |
void |
setPubliclyAccessible(boolean publiclyAccessible) |
void |
setTdeCredentialArn(String tdeCredentialArn) |
void |
setTdeCredentialPassword(String tdeCredentialPassword) |
public String getDbSubnetGroupName()
public void setDbSubnetGroupName(String dbSubnetGroupName)
public String getDomainIAMRoleName()
public void setDomainIAMRoleName(String domainIAMRoleName)
public boolean isEnableIAMDatabaseAuthentication()
public void setEnableIAMDatabaseAuthentication(boolean enableIAMDatabaseAuthentication)
public String getLicenseModel()
public void setLicenseModel(String licenseModel)
public boolean isPubliclyAccessible()
public void setPubliclyAccessible(boolean publiclyAccessible)
public String getTdeCredentialArn()
public void setTdeCredentialArn(String tdeCredentialArn)
public String getTdeCredentialPassword()
public void setTdeCredentialPassword(String tdeCredentialPassword)
Copyright © 2019 MuleSoft, Inc.. All rights reserved.