Class CfnPartnerApp
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.sagemaker.CfnPartnerApp
- All Implemented Interfaces:
IInspectable
,ITaggableV2
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-12-27T17:02:09.820Z")
@Stability(Stable)
public class CfnPartnerApp
extends CfnResource
implements IInspectable, ITaggableV2
Resource Type definition for AWS::SageMaker::PartnerApp.
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.sagemaker.*; CfnPartnerApp cfnPartnerApp = CfnPartnerApp.Builder.create(this, "MyCfnPartnerApp") .authType("authType") .executionRoleArn("executionRoleArn") .name("name") .tier("tier") .type("type") // the properties below are optional .applicationConfig(PartnerAppConfigProperty.builder() .adminUsers(List.of("adminUsers")) .arguments(Map.of( "argumentsKey", "arguments")) .build()) .clientToken("clientToken") .enableIamSessionBasedIdentity(false) .maintenanceConfig(PartnerAppMaintenanceConfigProperty.builder() .maintenanceWindowStart("maintenanceWindowStart") .build()) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnPartnerApp
.static interface
A collection of configuration settings for the PartnerApp.static interface
A collection of settings that specify the maintenance schedule for the PartnerApp.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnPartnerApp
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnPartnerApp
(software.amazon.jsii.JsiiObjectRef objRef) CfnPartnerApp
(software.constructs.Construct scope, String id, CfnPartnerAppProps props) -
Method Summary
Modifier and TypeMethodDescriptionA collection of configuration settings for the PartnerApp.The Amazon Resource Name (ARN) of the created PartnerApp.The AppServerUrl based on app and account-info.The Auth type of PartnerApp.Tag Manager which manages the tags for this resource.The client token for the PartnerApp.Enables IAM Session based Identity for PartnerApp.The execution role for the user.A collection of settings that specify the maintenance schedule for the PartnerApp.getName()
A name for the PartnerApp.getTags()
A list of tags to apply to the PartnerApp.getTier()
The tier of the PartnerApp.getType()
The type of PartnerApp.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setApplicationConfig
(IResolvable value) A collection of configuration settings for the PartnerApp.void
A collection of configuration settings for the PartnerApp.void
setAuthType
(String value) The Auth type of PartnerApp.void
setClientToken
(String value) The client token for the PartnerApp.void
Enables IAM Session based Identity for PartnerApp.void
Enables IAM Session based Identity for PartnerApp.void
setExecutionRoleArn
(String value) The execution role for the user.void
setMaintenanceConfig
(IResolvable value) A collection of settings that specify the maintenance schedule for the PartnerApp.void
A collection of settings that specify the maintenance schedule for the PartnerApp.void
A name for the PartnerApp.void
A list of tags to apply to the PartnerApp.void
The tier of the PartnerApp.void
The type of PartnerApp.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnPartnerApp
protected CfnPartnerApp(software.amazon.jsii.JsiiObjectRef objRef) -
CfnPartnerApp
protected CfnPartnerApp(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnPartnerApp
@Stability(Stable) public CfnPartnerApp(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnPartnerAppProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the created PartnerApp. -
getAttrBaseUrl
The AppServerUrl based on app and account-info. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getAuthType
The Auth type of PartnerApp. -
setAuthType
The Auth type of PartnerApp. -
getExecutionRoleArn
The execution role for the user. -
setExecutionRoleArn
The execution role for the user. -
getName
A name for the PartnerApp. -
setName
A name for the PartnerApp. -
getTier
The tier of the PartnerApp. -
setTier
The tier of the PartnerApp. -
getType
The type of PartnerApp. -
setType
The type of PartnerApp. -
getApplicationConfig
A collection of configuration settings for the PartnerApp. -
setApplicationConfig
A collection of configuration settings for the PartnerApp. -
setApplicationConfig
@Stability(Stable) public void setApplicationConfig(@Nullable CfnPartnerApp.PartnerAppConfigProperty value) A collection of configuration settings for the PartnerApp. -
getClientToken
The client token for the PartnerApp. -
setClientToken
The client token for the PartnerApp. -
getEnableIamSessionBasedIdentity
Enables IAM Session based Identity for PartnerApp. -
setEnableIamSessionBasedIdentity
Enables IAM Session based Identity for PartnerApp. -
setEnableIamSessionBasedIdentity
Enables IAM Session based Identity for PartnerApp. -
getMaintenanceConfig
A collection of settings that specify the maintenance schedule for the PartnerApp. -
setMaintenanceConfig
A collection of settings that specify the maintenance schedule for the PartnerApp. -
setMaintenanceConfig
@Stability(Stable) public void setMaintenanceConfig(@Nullable CfnPartnerApp.PartnerAppMaintenanceConfigProperty value) A collection of settings that specify the maintenance schedule for the PartnerApp. -
getTags
A list of tags to apply to the PartnerApp. -
setTags
A list of tags to apply to the PartnerApp.
-