@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:20.035Z") @Stability(value=Stable) public class CfnCertificate extends CfnResource implements IInspectable
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 |
|---|---|
|
CfnCertificate(Construct scope,
String id,
CfnCertificateProps props)
Create a new `AWS::ACMPCA::Certificate`.
|
protected |
CfnCertificate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnCertificate(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getApiPassthrough()
`AWS::ACMPCA::Certificate.ApiPassthrough`.
|
String |
getAttrArn() |
String |
getAttrCertificate() |
String |
getCertificateAuthorityArn()
`AWS::ACMPCA::Certificate.CertificateAuthorityArn`.
|
String |
getCertificateSigningRequest()
`AWS::ACMPCA::Certificate.CertificateSigningRequest`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getSigningAlgorithm()
`AWS::ACMPCA::Certificate.SigningAlgorithm`.
|
String |
getTemplateArn()
`AWS::ACMPCA::Certificate.TemplateArn`.
|
Object |
getValidity()
`AWS::ACMPCA::Certificate.Validity`.
|
Object |
getValidityNotBefore()
`AWS::ACMPCA::Certificate.ValidityNotBefore`.
|
void |
inspect(TreeInspector inspector)
(experimental) Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setApiPassthrough(CfnCertificate.ApiPassthroughProperty value)
`AWS::ACMPCA::Certificate.ApiPassthrough`.
|
void |
setApiPassthrough(IResolvable value)
`AWS::ACMPCA::Certificate.ApiPassthrough`.
|
void |
setCertificateAuthorityArn(String value)
`AWS::ACMPCA::Certificate.CertificateAuthorityArn`.
|
void |
setCertificateSigningRequest(String value)
`AWS::ACMPCA::Certificate.CertificateSigningRequest`.
|
void |
setSigningAlgorithm(String value)
`AWS::ACMPCA::Certificate.SigningAlgorithm`.
|
void |
setTemplateArn(String value)
`AWS::ACMPCA::Certificate.TemplateArn`.
|
void |
setValidity(CfnCertificate.ValidityProperty value)
`AWS::ACMPCA::Certificate.Validity`.
|
void |
setValidity(IResolvable value)
`AWS::ACMPCA::Certificate.Validity`.
|
void |
setValidityNotBefore(CfnCertificate.ValidityProperty value)
`AWS::ACMPCA::Certificate.ValidityNotBefore`.
|
void |
setValidityNotBefore(IResolvable value)
`AWS::ACMPCA::Certificate.ValidityNotBefore`.
|
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 CfnCertificate(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnCertificate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnCertificate(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnCertificateProps 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 public String getAttrCertificate()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getCertificateAuthorityArn()
@Stability(value=Stable)
public void setCertificateAuthorityArn(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getCertificateSigningRequest()
@Stability(value=Stable)
public void setCertificateSigningRequest(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getSigningAlgorithm()
@Stability(value=Stable)
public void setSigningAlgorithm(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getValidity()
@Stability(value=Stable)
public void setValidity(@NotNull
CfnCertificate.ValidityProperty value)
@Stability(value=Stable)
public void setValidity(@NotNull
IResolvable value)
@Stability(value=Stable) @Nullable public Object getApiPassthrough()
@Stability(value=Stable)
public void setApiPassthrough(@Nullable
CfnCertificate.ApiPassthroughProperty value)
@Stability(value=Stable)
public void setApiPassthrough(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getTemplateArn()
@Stability(value=Stable)
public void setTemplateArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getValidityNotBefore()
@Stability(value=Stable)
public void setValidityNotBefore(@Nullable
CfnCertificate.ValidityProperty value)
@Stability(value=Stable)
public void setValidityNotBefore(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.