We recommend new projects start with resources from the AWS provider.
aws-native.sagemaker.getFeatureGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::SageMaker::FeatureGroup
Using getFeatureGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFeatureGroup(args: GetFeatureGroupArgs, opts?: InvokeOptions): Promise<GetFeatureGroupResult>
function getFeatureGroupOutput(args: GetFeatureGroupOutputArgs, opts?: InvokeOptions): Output<GetFeatureGroupResult>def get_feature_group(feature_group_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetFeatureGroupResult
def get_feature_group_output(feature_group_name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetFeatureGroupResult]func LookupFeatureGroup(ctx *Context, args *LookupFeatureGroupArgs, opts ...InvokeOption) (*LookupFeatureGroupResult, error)
func LookupFeatureGroupOutput(ctx *Context, args *LookupFeatureGroupOutputArgs, opts ...InvokeOption) LookupFeatureGroupResultOutput> Note: This function is named LookupFeatureGroup in the Go SDK.
public static class GetFeatureGroup 
{
    public static Task<GetFeatureGroupResult> InvokeAsync(GetFeatureGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetFeatureGroupResult> Invoke(GetFeatureGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFeatureGroupResult> getFeatureGroup(GetFeatureGroupArgs args, InvokeOptions options)
public static Output<GetFeatureGroupResult> getFeatureGroup(GetFeatureGroupArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:sagemaker:getFeatureGroup
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FeatureGroup stringName 
- The Name of the FeatureGroup.
- FeatureGroup stringName 
- The Name of the FeatureGroup.
- featureGroup StringName 
- The Name of the FeatureGroup.
- featureGroup stringName 
- The Name of the FeatureGroup.
- feature_group_ strname 
- The Name of the FeatureGroup.
- featureGroup StringName 
- The Name of the FeatureGroup.
getFeatureGroup Result
The following output properties are available:
- CreationTime string
- A timestamp of FeatureGroup creation time.
- FeatureDefinitions List<Pulumi.Aws Native. Sage Maker. Outputs. Feature Group Feature Definition> 
- An Array of Feature Definition
- FeatureGroup stringStatus 
- The status of the feature group.
- OnlineStore Pulumi.Config Aws Native. Sage Maker. Outputs. Online Store Config Properties 
- The configuration of an OnlineStore.
- ThroughputConfig Pulumi.Aws Native. Sage Maker. Outputs. Feature Group Throughput Config 
- Used to set feature group throughput configuration. There are two modes: - ON_DEMANDand- PROVISIONED. With on-demand mode, you are charged for data reads and writes that your application performs on your feature group. You do not need to specify read and write throughput because Feature Store accommodates your workloads as they ramp up and down. You can switch a feature group to on-demand only once in a 24 hour period. With provisioned throughput mode, you specify the read and write capacity per second that you expect your application to require, and you are billed based on those limits. Exceeding provisioned throughput will result in your requests being throttled.- Note: - PROVISIONEDthroughput mode is supported only for feature groups that are offline-only, or use the- Standardtier online store.
- CreationTime string
- A timestamp of FeatureGroup creation time.
- FeatureDefinitions []FeatureGroup Feature Definition 
- An Array of Feature Definition
- FeatureGroup stringStatus 
- The status of the feature group.
- OnlineStore OnlineConfig Store Config Properties 
- The configuration of an OnlineStore.
- ThroughputConfig FeatureGroup Throughput Config 
- Used to set feature group throughput configuration. There are two modes: - ON_DEMANDand- PROVISIONED. With on-demand mode, you are charged for data reads and writes that your application performs on your feature group. You do not need to specify read and write throughput because Feature Store accommodates your workloads as they ramp up and down. You can switch a feature group to on-demand only once in a 24 hour period. With provisioned throughput mode, you specify the read and write capacity per second that you expect your application to require, and you are billed based on those limits. Exceeding provisioned throughput will result in your requests being throttled.- Note: - PROVISIONEDthroughput mode is supported only for feature groups that are offline-only, or use the- Standardtier online store.
- creationTime String
- A timestamp of FeatureGroup creation time.
- featureDefinitions List<FeatureGroup Feature Definition> 
- An Array of Feature Definition
- featureGroup StringStatus 
- The status of the feature group.
- onlineStore OnlineConfig Store Config Properties 
- The configuration of an OnlineStore.
- throughputConfig FeatureGroup Throughput Config 
- Used to set feature group throughput configuration. There are two modes: - ON_DEMANDand- PROVISIONED. With on-demand mode, you are charged for data reads and writes that your application performs on your feature group. You do not need to specify read and write throughput because Feature Store accommodates your workloads as they ramp up and down. You can switch a feature group to on-demand only once in a 24 hour period. With provisioned throughput mode, you specify the read and write capacity per second that you expect your application to require, and you are billed based on those limits. Exceeding provisioned throughput will result in your requests being throttled.- Note: - PROVISIONEDthroughput mode is supported only for feature groups that are offline-only, or use the- Standardtier online store.
- creationTime string
- A timestamp of FeatureGroup creation time.
- featureDefinitions FeatureGroup Feature Definition[] 
- An Array of Feature Definition
- featureGroup stringStatus 
- The status of the feature group.
- onlineStore OnlineConfig Store Config Properties 
- The configuration of an OnlineStore.
- throughputConfig FeatureGroup Throughput Config 
- Used to set feature group throughput configuration. There are two modes: - ON_DEMANDand- PROVISIONED. With on-demand mode, you are charged for data reads and writes that your application performs on your feature group. You do not need to specify read and write throughput because Feature Store accommodates your workloads as they ramp up and down. You can switch a feature group to on-demand only once in a 24 hour period. With provisioned throughput mode, you specify the read and write capacity per second that you expect your application to require, and you are billed based on those limits. Exceeding provisioned throughput will result in your requests being throttled.- Note: - PROVISIONEDthroughput mode is supported only for feature groups that are offline-only, or use the- Standardtier online store.
- creation_time str
- A timestamp of FeatureGroup creation time.
- feature_definitions Sequence[FeatureGroup Feature Definition] 
- An Array of Feature Definition
- feature_group_ strstatus 
- The status of the feature group.
- online_store_ Onlineconfig Store Config Properties 
- The configuration of an OnlineStore.
- throughput_config FeatureGroup Throughput Config 
- Used to set feature group throughput configuration. There are two modes: - ON_DEMANDand- PROVISIONED. With on-demand mode, you are charged for data reads and writes that your application performs on your feature group. You do not need to specify read and write throughput because Feature Store accommodates your workloads as they ramp up and down. You can switch a feature group to on-demand only once in a 24 hour period. With provisioned throughput mode, you specify the read and write capacity per second that you expect your application to require, and you are billed based on those limits. Exceeding provisioned throughput will result in your requests being throttled.- Note: - PROVISIONEDthroughput mode is supported only for feature groups that are offline-only, or use the- Standardtier online store.
- creationTime String
- A timestamp of FeatureGroup creation time.
- featureDefinitions List<Property Map>
- An Array of Feature Definition
- featureGroup StringStatus 
- The status of the feature group.
- onlineStore Property MapConfig 
- The configuration of an OnlineStore.
- throughputConfig Property Map
- Used to set feature group throughput configuration. There are two modes: - ON_DEMANDand- PROVISIONED. With on-demand mode, you are charged for data reads and writes that your application performs on your feature group. You do not need to specify read and write throughput because Feature Store accommodates your workloads as they ramp up and down. You can switch a feature group to on-demand only once in a 24 hour period. With provisioned throughput mode, you specify the read and write capacity per second that you expect your application to require, and you are billed based on those limits. Exceeding provisioned throughput will result in your requests being throttled.- Note: - PROVISIONEDthroughput mode is supported only for feature groups that are offline-only, or use the- Standardtier online store.
Supporting Types
FeatureGroupFeatureDefinition   
- FeatureName string
- The name of a feature. The type must be a string. - FeatureNamecannot be any of the following:- is_deleted,- write_time,- api_invocation_time.- The name: - Must start with an alphanumeric character.
- Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
 
- FeatureType Pulumi.Aws Native. Sage Maker. Feature Group Feature Definition Feature Type 
- The value type of a feature. Valid values are Integral, Fractional, or String.
- FeatureName string
- The name of a feature. The type must be a string. - FeatureNamecannot be any of the following:- is_deleted,- write_time,- api_invocation_time.- The name: - Must start with an alphanumeric character.
- Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
 
- FeatureType FeatureGroup Feature Definition Feature Type 
- The value type of a feature. Valid values are Integral, Fractional, or String.
- featureName String
- The name of a feature. The type must be a string. - FeatureNamecannot be any of the following:- is_deleted,- write_time,- api_invocation_time.- The name: - Must start with an alphanumeric character.
- Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
 
- featureType FeatureGroup Feature Definition Feature Type 
- The value type of a feature. Valid values are Integral, Fractional, or String.
- featureName string
- The name of a feature. The type must be a string. - FeatureNamecannot be any of the following:- is_deleted,- write_time,- api_invocation_time.- The name: - Must start with an alphanumeric character.
- Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
 
- featureType FeatureGroup Feature Definition Feature Type 
- The value type of a feature. Valid values are Integral, Fractional, or String.
- feature_name str
- The name of a feature. The type must be a string. - FeatureNamecannot be any of the following:- is_deleted,- write_time,- api_invocation_time.- The name: - Must start with an alphanumeric character.
- Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
 
- feature_type FeatureGroup Feature Definition Feature Type 
- The value type of a feature. Valid values are Integral, Fractional, or String.
- featureName String
- The name of a feature. The type must be a string. - FeatureNamecannot be any of the following:- is_deleted,- write_time,- api_invocation_time.- The name: - Must start with an alphanumeric character.
- Can only include alphanumeric characters, underscores, and hyphens. Spaces are not allowed.
 
- featureType "Integral" | "Fractional" | "String"
- The value type of a feature. Valid values are Integral, Fractional, or String.
FeatureGroupFeatureDefinitionFeatureType     
FeatureGroupOnlineStoreSecurityConfig     
- KmsKey stringId 
- The AWS Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption. - The caller (either user or IAM role) of - CreateFeatureGroupmust have below permissions to the- OnlineStore- KmsKeyId:- "kms:Encrypt"
- "kms:Decrypt"
- "kms:DescribeKey"
- "kms:CreateGrant"
- "kms:RetireGrant"
- "kms:ReEncryptFrom"
- "kms:ReEncryptTo"
- "kms:GenerateDataKey"
- "kms:ListAliases"
- "kms:ListGrants"
- "kms:RevokeGrant"
 - The caller (either user or IAM role) to all DataPlane operations ( - PutRecord,- GetRecord,- DeleteRecord) must have the following permissions to the- KmsKeyId:- "kms:Decrypt"
 
- KmsKey stringId 
- The AWS Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption. - The caller (either user or IAM role) of - CreateFeatureGroupmust have below permissions to the- OnlineStore- KmsKeyId:- "kms:Encrypt"
- "kms:Decrypt"
- "kms:DescribeKey"
- "kms:CreateGrant"
- "kms:RetireGrant"
- "kms:ReEncryptFrom"
- "kms:ReEncryptTo"
- "kms:GenerateDataKey"
- "kms:ListAliases"
- "kms:ListGrants"
- "kms:RevokeGrant"
 - The caller (either user or IAM role) to all DataPlane operations ( - PutRecord,- GetRecord,- DeleteRecord) must have the following permissions to the- KmsKeyId:- "kms:Decrypt"
 
- kmsKey StringId 
- The AWS Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption. - The caller (either user or IAM role) of - CreateFeatureGroupmust have below permissions to the- OnlineStore- KmsKeyId:- "kms:Encrypt"
- "kms:Decrypt"
- "kms:DescribeKey"
- "kms:CreateGrant"
- "kms:RetireGrant"
- "kms:ReEncryptFrom"
- "kms:ReEncryptTo"
- "kms:GenerateDataKey"
- "kms:ListAliases"
- "kms:ListGrants"
- "kms:RevokeGrant"
 - The caller (either user or IAM role) to all DataPlane operations ( - PutRecord,- GetRecord,- DeleteRecord) must have the following permissions to the- KmsKeyId:- "kms:Decrypt"
 
- kmsKey stringId 
- The AWS Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption. - The caller (either user or IAM role) of - CreateFeatureGroupmust have below permissions to the- OnlineStore- KmsKeyId:- "kms:Encrypt"
- "kms:Decrypt"
- "kms:DescribeKey"
- "kms:CreateGrant"
- "kms:RetireGrant"
- "kms:ReEncryptFrom"
- "kms:ReEncryptTo"
- "kms:GenerateDataKey"
- "kms:ListAliases"
- "kms:ListGrants"
- "kms:RevokeGrant"
 - The caller (either user or IAM role) to all DataPlane operations ( - PutRecord,- GetRecord,- DeleteRecord) must have the following permissions to the- KmsKeyId:- "kms:Decrypt"
 
- kms_key_ strid 
- The AWS Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption. - The caller (either user or IAM role) of - CreateFeatureGroupmust have below permissions to the- OnlineStore- KmsKeyId:- "kms:Encrypt"
- "kms:Decrypt"
- "kms:DescribeKey"
- "kms:CreateGrant"
- "kms:RetireGrant"
- "kms:ReEncryptFrom"
- "kms:ReEncryptTo"
- "kms:GenerateDataKey"
- "kms:ListAliases"
- "kms:ListGrants"
- "kms:RevokeGrant"
 - The caller (either user or IAM role) to all DataPlane operations ( - PutRecord,- GetRecord,- DeleteRecord) must have the following permissions to the- KmsKeyId:- "kms:Decrypt"
 
- kmsKey StringId 
- The AWS Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption. - The caller (either user or IAM role) of - CreateFeatureGroupmust have below permissions to the- OnlineStore- KmsKeyId:- "kms:Encrypt"
- "kms:Decrypt"
- "kms:DescribeKey"
- "kms:CreateGrant"
- "kms:RetireGrant"
- "kms:ReEncryptFrom"
- "kms:ReEncryptTo"
- "kms:GenerateDataKey"
- "kms:ListAliases"
- "kms:ListGrants"
- "kms:RevokeGrant"
 - The caller (either user or IAM role) to all DataPlane operations ( - PutRecord,- GetRecord,- DeleteRecord) must have the following permissions to the- KmsKeyId:- "kms:Decrypt"
 
FeatureGroupStorageType   
FeatureGroupThroughputConfig   
- ThroughputMode Pulumi.Aws Native. Sage Maker. Feature Group Throughput Mode 
- The mode used for your feature group throughput: ON_DEMANDorPROVISIONED.
- ProvisionedRead intCapacity Units 
- For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.
- ProvisionedWrite intCapacity Units 
- For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.
- ThroughputMode FeatureGroup Throughput Mode 
- The mode used for your feature group throughput: ON_DEMANDorPROVISIONED.
- ProvisionedRead intCapacity Units 
- For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.
- ProvisionedWrite intCapacity Units 
- For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.
- throughputMode FeatureGroup Throughput Mode 
- The mode used for your feature group throughput: ON_DEMANDorPROVISIONED.
- provisionedRead IntegerCapacity Units 
- For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.
- provisionedWrite IntegerCapacity Units 
- For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.
- throughputMode FeatureGroup Throughput Mode 
- The mode used for your feature group throughput: ON_DEMANDorPROVISIONED.
- provisionedRead numberCapacity Units 
- For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.
- provisionedWrite numberCapacity Units 
- For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.
- throughput_mode FeatureGroup Throughput Mode 
- The mode used for your feature group throughput: ON_DEMANDorPROVISIONED.
- provisioned_read_ intcapacity_ units 
- For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.
- provisioned_write_ intcapacity_ units 
- For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.
- throughputMode "OnDemand" | "Provisioned" 
- The mode used for your feature group throughput: ON_DEMANDorPROVISIONED.
- provisionedRead NumberCapacity Units 
- For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.
- provisionedWrite NumberCapacity Units 
- For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.
FeatureGroupThroughputMode   
FeatureGroupTtlDuration   
- Unit
Pulumi.Aws Native. Sage Maker. Feature Group Unit 
- TtlDurationtime unit.
- Value int
- TtlDurationtime value.
- Unit
FeatureGroup Unit 
- TtlDurationtime unit.
- Value int
- TtlDurationtime value.
- unit
FeatureGroup Unit 
- TtlDurationtime unit.
- value Integer
- TtlDurationtime value.
- unit
FeatureGroup Unit 
- TtlDurationtime unit.
- value number
- TtlDurationtime value.
- unit
FeatureGroup Unit 
- TtlDurationtime unit.
- value int
- TtlDurationtime value.
- unit "Seconds" | "Minutes" | "Hours" | "Days" | "Weeks"
- TtlDurationtime unit.
- value Number
- TtlDurationtime value.
FeatureGroupUnit  
OnlineStoreConfigProperties   
- EnableOnline boolStore 
- Turn - OnlineStoreoff by specifying- Falsefor the- EnableOnlineStoreflag. Turn- OnlineStoreon by specifying- Truefor the- EnableOnlineStoreflag.- The default value is - False.
- SecurityConfig Pulumi.Aws Native. Sage Maker. Inputs. Feature Group Online Store Security Config 
- Use to specify KMS Key ID ( KMSKeyId) for at-rest encryption of yourOnlineStore.
- StorageType Pulumi.Aws Native. Sage Maker. Feature Group Storage Type 
- Option for different tiers of low latency storage for real-time data retrieval.- Standard: A managed low latency data store for feature groups.
- InMemory: A managed data store for feature groups that supports very low latency retrieval.
 
- TtlDuration Pulumi.Aws Native. Sage Maker. Inputs. Feature Group Ttl Duration 
- Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt=EventTime+TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.
- EnableOnline boolStore 
- Turn - OnlineStoreoff by specifying- Falsefor the- EnableOnlineStoreflag. Turn- OnlineStoreon by specifying- Truefor the- EnableOnlineStoreflag.- The default value is - False.
- SecurityConfig FeatureGroup Online Store Security Config 
- Use to specify KMS Key ID ( KMSKeyId) for at-rest encryption of yourOnlineStore.
- StorageType FeatureGroup Storage Type 
- Option for different tiers of low latency storage for real-time data retrieval.- Standard: A managed low latency data store for feature groups.
- InMemory: A managed data store for feature groups that supports very low latency retrieval.
 
- TtlDuration FeatureGroup Ttl Duration 
- Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt=EventTime+TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.
- enableOnline BooleanStore 
- Turn - OnlineStoreoff by specifying- Falsefor the- EnableOnlineStoreflag. Turn- OnlineStoreon by specifying- Truefor the- EnableOnlineStoreflag.- The default value is - False.
- securityConfig FeatureGroup Online Store Security Config 
- Use to specify KMS Key ID ( KMSKeyId) for at-rest encryption of yourOnlineStore.
- storageType FeatureGroup Storage Type 
- Option for different tiers of low latency storage for real-time data retrieval.- Standard: A managed low latency data store for feature groups.
- InMemory: A managed data store for feature groups that supports very low latency retrieval.
 
- ttlDuration FeatureGroup Ttl Duration 
- Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt=EventTime+TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.
- enableOnline booleanStore 
- Turn - OnlineStoreoff by specifying- Falsefor the- EnableOnlineStoreflag. Turn- OnlineStoreon by specifying- Truefor the- EnableOnlineStoreflag.- The default value is - False.
- securityConfig FeatureGroup Online Store Security Config 
- Use to specify KMS Key ID ( KMSKeyId) for at-rest encryption of yourOnlineStore.
- storageType FeatureGroup Storage Type 
- Option for different tiers of low latency storage for real-time data retrieval.- Standard: A managed low latency data store for feature groups.
- InMemory: A managed data store for feature groups that supports very low latency retrieval.
 
- ttlDuration FeatureGroup Ttl Duration 
- Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt=EventTime+TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.
- enable_online_ boolstore 
- Turn - OnlineStoreoff by specifying- Falsefor the- EnableOnlineStoreflag. Turn- OnlineStoreon by specifying- Truefor the- EnableOnlineStoreflag.- The default value is - False.
- security_config FeatureGroup Online Store Security Config 
- Use to specify KMS Key ID ( KMSKeyId) for at-rest encryption of yourOnlineStore.
- storage_type FeatureGroup Storage Type 
- Option for different tiers of low latency storage for real-time data retrieval.- Standard: A managed low latency data store for feature groups.
- InMemory: A managed data store for feature groups that supports very low latency retrieval.
 
- ttl_duration FeatureGroup Ttl Duration 
- Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt=EventTime+TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.
- enableOnline BooleanStore 
- Turn - OnlineStoreoff by specifying- Falsefor the- EnableOnlineStoreflag. Turn- OnlineStoreon by specifying- Truefor the- EnableOnlineStoreflag.- The default value is - False.
- securityConfig Property Map
- Use to specify KMS Key ID ( KMSKeyId) for at-rest encryption of yourOnlineStore.
- storageType "Standard" | "InMemory" 
- Option for different tiers of low latency storage for real-time data retrieval.- Standard: A managed low latency data store for feature groups.
- InMemory: A managed data store for feature groups that supports very low latency retrieval.
 
- ttlDuration Property Map
- Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt=EventTime+TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.