Create a field-level encryption profile
Create a field-level encryption profile.
cloudfront_create_field_level_encryption_profile( FieldLevelEncryptionProfileConfig)
FieldLevelEncryptionProfileConfig |
[required] The request to create a field-level encryption profile. |
A list with the following syntax:
list(
FieldLevelEncryptionProfile = list(
Id = "string",
LastModifiedTime = as.POSIXct(
"2015-01-01"
),
FieldLevelEncryptionProfileConfig = list(
Name = "string",
CallerReference = "string",
Comment = "string",
EncryptionEntities = list(
Quantity = 123,
Items = list(
list(
PublicKeyId = "string",
ProviderId = "string",
FieldPatterns = list(
Quantity = 123,
Items = list(
"string"
)
)
)
)
)
)
),
Location = "string",
ETag = "string"
)svc$create_field_level_encryption_profile(
FieldLevelEncryptionProfileConfig = list(
Name = "string",
CallerReference = "string",
Comment = "string",
EncryptionEntities = list(
Quantity = 123,
Items = list(
list(
PublicKeyId = "string",
ProviderId = "string",
FieldPatterns = list(
Quantity = 123,
Items = list(
"string"
)
)
)
)
)
)
)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.