@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.077Z") @Stability(value=Experimental) public class SigningProfile extends Resource implements ISigningProfile
| Modifier and Type | Class and Description |
|---|---|
static class |
SigningProfile.Builder
(experimental) A fluent builder for
SigningProfile. |
software.amazon.jsii.JsiiObject.InitializationModeISigningProfile.Jsii$Default, ISigningProfile.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
SigningProfile(software.constructs.Construct scope,
String id,
SigningProfileProps props) |
protected |
SigningProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SigningProfile(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static ISigningProfile |
fromSigningProfileAttributes(software.constructs.Construct scope,
String id,
SigningProfileAttributes attrs)
(experimental) Creates a Signing Profile construct that represents an external Signing Profile.
|
String |
getSigningProfileArn()
(experimental) The ARN of the signing profile.
|
String |
getSigningProfileName()
(experimental) The name of signing profile.
|
String |
getSigningProfileVersion()
(experimental) The version of signing profile.
|
String |
getSigningProfileVersionArn()
(experimental) The ARN of signing profile version.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected SigningProfile(software.amazon.jsii.JsiiObjectRef objRef)
protected SigningProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public SigningProfile(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
SigningProfileProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public static ISigningProfile fromSigningProfileAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull SigningProfileAttributes attrs)
scope - The parent creating construct (usually `this`). This parameter is required.id - The construct's name. This parameter is required.attrs - A `SigningProfileAttributes` object. This parameter is required.@Stability(value=Experimental) @NotNull public String getSigningProfileArn()
getSigningProfileArn in interface ISigningProfile@Stability(value=Experimental) @NotNull public String getSigningProfileName()
getSigningProfileName in interface ISigningProfile@Stability(value=Experimental) @NotNull public String getSigningProfileVersion()
getSigningProfileVersion in interface ISigningProfile@Stability(value=Experimental) @NotNull public String getSigningProfileVersionArn()
getSigningProfileVersionArn in interface ISigningProfileCopyright © 2021. All rights reserved.