@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.236Z") @Stability(value=Stable) public class CfnUserProfile extends CfnResource implements IInspectable
Modifier and Type | Class and Description |
---|---|
static class |
CfnUserProfile.Builder
A fluent builder for
CfnUserProfile . |
static interface |
CfnUserProfile.CustomImageProperty |
static interface |
CfnUserProfile.JupyterServerAppSettingsProperty |
static interface |
CfnUserProfile.KernelGatewayAppSettingsProperty |
static interface |
CfnUserProfile.ResourceSpecProperty |
static interface |
CfnUserProfile.SharingSettingsProperty |
static interface |
CfnUserProfile.UserSettingsProperty |
software.amazon.jsii.JsiiObject.InitializationMode
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
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 |
---|---|
|
CfnUserProfile(software.constructs.Construct scope,
String id,
CfnUserProfileProps props)
Create a new `AWS::SageMaker::UserProfile`.
|
protected |
CfnUserProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnUserProfile(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
String |
getAttrUserProfileArn() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDomainId()
`AWS::SageMaker::UserProfile.DomainId`.
|
String |
getSingleSignOnUserIdentifier()
`AWS::SageMaker::UserProfile.SingleSignOnUserIdentifier`.
|
String |
getSingleSignOnUserValue()
`AWS::SageMaker::UserProfile.SingleSignOnUserValue`.
|
TagManager |
getTags()
`AWS::SageMaker::UserProfile.Tags`.
|
String |
getUserProfileName()
`AWS::SageMaker::UserProfile.UserProfileName`.
|
Object |
getUserSettings()
`AWS::SageMaker::UserProfile.UserSettings`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDomainId(String value)
`AWS::SageMaker::UserProfile.DomainId`.
|
void |
setSingleSignOnUserIdentifier(String value)
`AWS::SageMaker::UserProfile.SingleSignOnUserIdentifier`.
|
void |
setSingleSignOnUserValue(String value)
`AWS::SageMaker::UserProfile.SingleSignOnUserValue`.
|
void |
setUserProfileName(String value)
`AWS::SageMaker::UserProfile.UserProfileName`.
|
void |
setUserSettings(CfnUserProfile.UserSettingsProperty value)
`AWS::SageMaker::UserProfile.UserSettings`.
|
void |
setUserSettings(IResolvable value)
`AWS::SageMaker::UserProfile.UserSettings`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnUserProfile(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnUserProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public CfnUserProfile(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnUserProfileProps 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=Stable) public void inspect(@NotNull TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - 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 CfnResource
props
- This parameter is required.@Stability(value=Stable) @NotNull public String getAttrUserProfileArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties
in class CfnResource
@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getDomainId()
@Stability(value=Stable) public void setDomainId(@NotNull String value)
@Stability(value=Stable) @NotNull public String getUserProfileName()
@Stability(value=Stable) public void setUserProfileName(@NotNull String value)
@Stability(value=Stable) @Nullable public String getSingleSignOnUserIdentifier()
@Stability(value=Stable) public void setSingleSignOnUserIdentifier(@Nullable String value)
@Stability(value=Stable) @Nullable public String getSingleSignOnUserValue()
@Stability(value=Stable) public void setSingleSignOnUserValue(@Nullable String value)
@Stability(value=Stable) @Nullable public Object getUserSettings()
@Stability(value=Stable) public void setUserSettings(@Nullable CfnUserProfile.UserSettingsProperty value)
@Stability(value=Stable) public void setUserSettings(@Nullable IResolvable value)
Copyright © 2021. All rights reserved.