@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.553Z") @Stability(value=Stable) public class CodeSigningConfig extends Resource implements ICodeSigningConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
CodeSigningConfig.Builder
A fluent builder for
CodeSigningConfig. |
software.amazon.jsii.JsiiObject.InitializationModeICodeSigningConfig.Jsii$Default, ICodeSigningConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
CodeSigningConfig(software.constructs.Construct scope,
String id,
CodeSigningConfigProps props) |
protected |
CodeSigningConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CodeSigningConfig(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static ICodeSigningConfig |
fromCodeSigningConfigArn(software.constructs.Construct scope,
String id,
String codeSigningConfigArn)
Creates a Signing Profile construct that represents an external Signing Profile.
|
String |
getCodeSigningConfigArn()
The ARN of Code Signing Config.
|
String |
getCodeSigningConfigId()
The id of Code Signing Config.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected CodeSigningConfig(software.amazon.jsii.JsiiObjectRef objRef)
protected CodeSigningConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CodeSigningConfig(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CodeSigningConfigProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) @NotNull public static ICodeSigningConfig fromCodeSigningConfigArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String codeSigningConfigArn)
scope - The parent creating construct (usually `this`). This parameter is required.id - The construct's name. This parameter is required.codeSigningConfigArn - The ARN of code signing config. This parameter is required.@Stability(value=Stable) @NotNull public String getCodeSigningConfigArn()
getCodeSigningConfigArn in interface ICodeSigningConfig@Stability(value=Stable) @NotNull public String getCodeSigningConfigId()
getCodeSigningConfigId in interface ICodeSigningConfigCopyright © 2021. All rights reserved.