/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.chimesdkmeetings.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.AmazonWebServiceRequest; /** * * @see AWS * API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class CreateMeetingRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable { /** *
* The unique identifier for the client request. Use a different token for different meetings. *
*/ private String clientRequestToken; /** ** The Region in which to create the meeting. *
*
* Available values: af-south-1
, ap-northeast-1
, ap-northeast-2
,
* ap-south-1
, ap-southeast-1
, ap-southeast-2
, ca-central-1
,
* eu-central-1
, eu-north-1
, eu-south-1
, eu-west-1
,
* eu-west-2
, eu-west-3
, sa-east-1
, us-east-1
,
* us-east-2
, us-west-1
, us-west-2
.
*
* Available values in AWS GovCloud (US) Regions: us-gov-east-1
, us-gov-west-1
.
*
* Reserved. *
*/ private String meetingHostId; /** ** The external meeting ID. *
*
* Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*
*
* Values that begin with aws:
are reserved. You can't configure a value that uses this prefix. Case
* insensitive.
*
* The configuration for resource targets to receive notifications when meeting and attendee events occur. *
*/ private NotificationsConfiguration notificationsConfiguration; /** ** Lists the audio and video features enabled for a meeting, such as echo reduction. *
*/ private MeetingFeaturesConfiguration meetingFeatures; /** ** When specified, replicates the media from the primary meeting to the new meeting. *
*/ private String primaryMeetingId; /** ** A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users. *
*/ private java.util.List* Applies one or more tags to an Amazon Chime SDK meeting. Note the following: *
** Not all resources have tags. For a list of services with resources that support tagging using this operation, see * Services * that support the Resource Groups Tagging API. If the resource doesn't yet support this operation, the * resource's service might support tagging using its own API operations. For more information, refer to the * documentation for that service. *
** Each resource can have up to 50 tags. For other limits, see Tag Naming and Usage * Conventions in the AWS General Reference. *
** You can only tag resources that are located in the specified AWS Region for the AWS account. *
** To add tags to a resource, you need the necessary permissions for the service that the resource belongs to as * well as permissions for adding tags. For more information, see the documentation for each service. *
** Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We * use tags to provide you with billing and administration services. Tags are not intended to be used for private or * sensitive data. *
** Minimum permissions *
*
* In addition to the tag:TagResources
permission required by this operation, you must also have the
* tagging permission defined by the service that created the resource. For example, to tag a
* ChimeSDKMeetings
instance using the TagResources
operation, you must have both of the
* following permissions:
*
* tag:TagResources
*
* ChimeSDKMeetings:CreateTags
*
* Some services might have specific requirements for tagging some resources. For example, to tag an Amazon S3
* bucket, you must also have the s3:GetBucketTagging
permission. If the expected minimum permissions
* don't work, check the documentation for that service's tagging APIs for more information.
*
* The unique identifier for the client request. Use a different token for different meetings. *
* * @param clientRequestToken * The unique identifier for the client request. Use a different token for different meetings. */ public void setClientRequestToken(String clientRequestToken) { this.clientRequestToken = clientRequestToken; } /** ** The unique identifier for the client request. Use a different token for different meetings. *
* * @return The unique identifier for the client request. Use a different token for different meetings. */ public String getClientRequestToken() { return this.clientRequestToken; } /** ** The unique identifier for the client request. Use a different token for different meetings. *
* * @param clientRequestToken * The unique identifier for the client request. Use a different token for different meetings. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMeetingRequest withClientRequestToken(String clientRequestToken) { setClientRequestToken(clientRequestToken); return this; } /** ** The Region in which to create the meeting. *
*
* Available values: af-south-1
, ap-northeast-1
, ap-northeast-2
,
* ap-south-1
, ap-southeast-1
, ap-southeast-2
, ca-central-1
,
* eu-central-1
, eu-north-1
, eu-south-1
, eu-west-1
,
* eu-west-2
, eu-west-3
, sa-east-1
, us-east-1
,
* us-east-2
, us-west-1
, us-west-2
.
*
* Available values in AWS GovCloud (US) Regions: us-gov-east-1
, us-gov-west-1
.
*
* Available values: af-south-1
, ap-northeast-1
, ap-northeast-2
,
* ap-south-1
, ap-southeast-1
, ap-southeast-2
,
* ca-central-1
, eu-central-1
, eu-north-1
, eu-south-1
,
* eu-west-1
, eu-west-2
, eu-west-3
, sa-east-1
,
* us-east-1
, us-east-2
, us-west-1
, us-west-2
.
*
* Available values in AWS GovCloud (US) Regions: us-gov-east-1
, us-gov-west-1
.
*/
public void setMediaRegion(String mediaRegion) {
this.mediaRegion = mediaRegion;
}
/**
*
* The Region in which to create the meeting. *
*
* Available values: af-south-1
, ap-northeast-1
, ap-northeast-2
,
* ap-south-1
, ap-southeast-1
, ap-southeast-2
, ca-central-1
,
* eu-central-1
, eu-north-1
, eu-south-1
, eu-west-1
,
* eu-west-2
, eu-west-3
, sa-east-1
, us-east-1
,
* us-east-2
, us-west-1
, us-west-2
.
*
* Available values in AWS GovCloud (US) Regions: us-gov-east-1
, us-gov-west-1
.
*
* Available values: af-south-1
, ap-northeast-1
, ap-northeast-2
,
* ap-south-1
, ap-southeast-1
, ap-southeast-2
,
* ca-central-1
, eu-central-1
, eu-north-1
, eu-south-1
,
* eu-west-1
, eu-west-2
, eu-west-3
, sa-east-1
,
* us-east-1
, us-east-2
, us-west-1
, us-west-2
.
*
* Available values in AWS GovCloud (US) Regions: us-gov-east-1
, us-gov-west-1
.
*/
public String getMediaRegion() {
return this.mediaRegion;
}
/**
*
* The Region in which to create the meeting. *
*
* Available values: af-south-1
, ap-northeast-1
, ap-northeast-2
,
* ap-south-1
, ap-southeast-1
, ap-southeast-2
, ca-central-1
,
* eu-central-1
, eu-north-1
, eu-south-1
, eu-west-1
,
* eu-west-2
, eu-west-3
, sa-east-1
, us-east-1
,
* us-east-2
, us-west-1
, us-west-2
.
*
* Available values in AWS GovCloud (US) Regions: us-gov-east-1
, us-gov-west-1
.
*
* Available values: af-south-1
, ap-northeast-1
, ap-northeast-2
,
* ap-south-1
, ap-southeast-1
, ap-southeast-2
,
* ca-central-1
, eu-central-1
, eu-north-1
, eu-south-1
,
* eu-west-1
, eu-west-2
, eu-west-3
, sa-east-1
,
* us-east-1
, us-east-2
, us-west-1
, us-west-2
.
*
* Available values in AWS GovCloud (US) Regions: us-gov-east-1
, us-gov-west-1
.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public CreateMeetingRequest withMediaRegion(String mediaRegion) {
setMediaRegion(mediaRegion);
return this;
}
/**
*
* Reserved. *
* * @param meetingHostId * Reserved. */ public void setMeetingHostId(String meetingHostId) { this.meetingHostId = meetingHostId; } /** ** Reserved. *
* * @return Reserved. */ public String getMeetingHostId() { return this.meetingHostId; } /** ** Reserved. *
* * @param meetingHostId * Reserved. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMeetingRequest withMeetingHostId(String meetingHostId) { setMeetingHostId(meetingHostId); return this; } /** ** The external meeting ID. *
*
* Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*
*
* Values that begin with aws:
are reserved. You can't configure a value that uses this prefix. Case
* insensitive.
*
* Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*
*
* Values that begin with aws:
are reserved. You can't configure a value that uses this prefix.
* Case insensitive.
*/
public void setExternalMeetingId(String externalMeetingId) {
this.externalMeetingId = externalMeetingId;
}
/**
*
* The external meeting ID. *
*
* Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*
*
* Values that begin with aws:
are reserved. You can't configure a value that uses this prefix. Case
* insensitive.
*
* Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*
*
* Values that begin with aws:
are reserved. You can't configure a value that uses this prefix.
* Case insensitive.
*/
public String getExternalMeetingId() {
return this.externalMeetingId;
}
/**
*
* The external meeting ID. *
*
* Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*
*
* Values that begin with aws:
are reserved. You can't configure a value that uses this prefix. Case
* insensitive.
*
* Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*
*
* Values that begin with aws:
are reserved. You can't configure a value that uses this prefix.
* Case insensitive.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public CreateMeetingRequest withExternalMeetingId(String externalMeetingId) {
setExternalMeetingId(externalMeetingId);
return this;
}
/**
*
* The configuration for resource targets to receive notifications when meeting and attendee events occur. *
* * @param notificationsConfiguration * The configuration for resource targets to receive notifications when meeting and attendee events occur. */ public void setNotificationsConfiguration(NotificationsConfiguration notificationsConfiguration) { this.notificationsConfiguration = notificationsConfiguration; } /** ** The configuration for resource targets to receive notifications when meeting and attendee events occur. *
* * @return The configuration for resource targets to receive notifications when meeting and attendee events occur. */ public NotificationsConfiguration getNotificationsConfiguration() { return this.notificationsConfiguration; } /** ** The configuration for resource targets to receive notifications when meeting and attendee events occur. *
* * @param notificationsConfiguration * The configuration for resource targets to receive notifications when meeting and attendee events occur. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMeetingRequest withNotificationsConfiguration(NotificationsConfiguration notificationsConfiguration) { setNotificationsConfiguration(notificationsConfiguration); return this; } /** ** Lists the audio and video features enabled for a meeting, such as echo reduction. *
* * @param meetingFeatures * Lists the audio and video features enabled for a meeting, such as echo reduction. */ public void setMeetingFeatures(MeetingFeaturesConfiguration meetingFeatures) { this.meetingFeatures = meetingFeatures; } /** ** Lists the audio and video features enabled for a meeting, such as echo reduction. *
* * @return Lists the audio and video features enabled for a meeting, such as echo reduction. */ public MeetingFeaturesConfiguration getMeetingFeatures() { return this.meetingFeatures; } /** ** Lists the audio and video features enabled for a meeting, such as echo reduction. *
* * @param meetingFeatures * Lists the audio and video features enabled for a meeting, such as echo reduction. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMeetingRequest withMeetingFeatures(MeetingFeaturesConfiguration meetingFeatures) { setMeetingFeatures(meetingFeatures); return this; } /** ** When specified, replicates the media from the primary meeting to the new meeting. *
* * @param primaryMeetingId * When specified, replicates the media from the primary meeting to the new meeting. */ public void setPrimaryMeetingId(String primaryMeetingId) { this.primaryMeetingId = primaryMeetingId; } /** ** When specified, replicates the media from the primary meeting to the new meeting. *
* * @return When specified, replicates the media from the primary meeting to the new meeting. */ public String getPrimaryMeetingId() { return this.primaryMeetingId; } /** ** When specified, replicates the media from the primary meeting to the new meeting. *
* * @param primaryMeetingId * When specified, replicates the media from the primary meeting to the new meeting. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMeetingRequest withPrimaryMeetingId(String primaryMeetingId) { setPrimaryMeetingId(primaryMeetingId); return this; } /** ** A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users. *
* * @return A consistent and opaque identifier, created and maintained by the builder to represent a segment of their * users. */ public java.util.List* A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users. *
* * @param tenantIds * A consistent and opaque identifier, created and maintained by the builder to represent a segment of their * users. */ public void setTenantIds(java.util.Collection* A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setTenantIds(java.util.Collection)} or {@link #withTenantIds(java.util.Collection)} if you want to * override the existing values. *
* * @param tenantIds * A consistent and opaque identifier, created and maintained by the builder to represent a segment of their * users. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMeetingRequest withTenantIds(String... tenantIds) { if (this.tenantIds == null) { setTenantIds(new java.util.ArrayList* A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users. *
* * @param tenantIds * A consistent and opaque identifier, created and maintained by the builder to represent a segment of their * users. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateMeetingRequest withTenantIds(java.util.Collection* Applies one or more tags to an Amazon Chime SDK meeting. Note the following: *
** Not all resources have tags. For a list of services with resources that support tagging using this operation, see * Services * that support the Resource Groups Tagging API. If the resource doesn't yet support this operation, the * resource's service might support tagging using its own API operations. For more information, refer to the * documentation for that service. *
** Each resource can have up to 50 tags. For other limits, see Tag Naming and Usage * Conventions in the AWS General Reference. *
** You can only tag resources that are located in the specified AWS Region for the AWS account. *
** To add tags to a resource, you need the necessary permissions for the service that the resource belongs to as * well as permissions for adding tags. For more information, see the documentation for each service. *
** Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We * use tags to provide you with billing and administration services. Tags are not intended to be used for private or * sensitive data. *
** Minimum permissions *
*
* In addition to the tag:TagResources
permission required by this operation, you must also have the
* tagging permission defined by the service that created the resource. For example, to tag a
* ChimeSDKMeetings
instance using the TagResources
operation, you must have both of the
* following permissions:
*
* tag:TagResources
*
* ChimeSDKMeetings:CreateTags
*
* Some services might have specific requirements for tagging some resources. For example, to tag an Amazon S3
* bucket, you must also have the s3:GetBucketTagging
permission. If the expected minimum permissions
* don't work, check the documentation for that service's tagging APIs for more information.
*
* Not all resources have tags. For a list of services with resources that support tagging using this * operation, see Services that support the Resource Groups Tagging API. If the resource doesn't yet support this * operation, the resource's service might support tagging using its own API operations. For more * information, refer to the documentation for that service. *
** Each resource can have up to 50 tags. For other limits, see Tag Naming and * Usage Conventions in the AWS General Reference. *
** You can only tag resources that are located in the specified AWS Region for the AWS account. *
** To add tags to a resource, you need the necessary permissions for the service that the resource belongs * to as well as permissions for adding tags. For more information, see the documentation for each service. *
** Do not store personally identifiable information (PII) or other confidential or sensitive information in * tags. We use tags to provide you with billing and administration services. Tags are not intended to be * used for private or sensitive data. *
** Minimum permissions *
*
* In addition to the tag:TagResources
permission required by this operation, you must also
* have the tagging permission defined by the service that created the resource. For example, to tag a
* ChimeSDKMeetings
instance using the TagResources
operation, you must have both
* of the following permissions:
*
* tag:TagResources
*
* ChimeSDKMeetings:CreateTags
*
* Some services might have specific requirements for tagging some resources. For example, to tag an Amazon
* S3 bucket, you must also have the s3:GetBucketTagging
permission. If the expected minimum
* permissions don't work, check the documentation for that service's tagging APIs for more information.
*
* Applies one or more tags to an Amazon Chime SDK meeting. Note the following: *
** Not all resources have tags. For a list of services with resources that support tagging using this operation, see * Services * that support the Resource Groups Tagging API. If the resource doesn't yet support this operation, the * resource's service might support tagging using its own API operations. For more information, refer to the * documentation for that service. *
** Each resource can have up to 50 tags. For other limits, see Tag Naming and Usage * Conventions in the AWS General Reference. *
** You can only tag resources that are located in the specified AWS Region for the AWS account. *
** To add tags to a resource, you need the necessary permissions for the service that the resource belongs to as * well as permissions for adding tags. For more information, see the documentation for each service. *
** Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We * use tags to provide you with billing and administration services. Tags are not intended to be used for private or * sensitive data. *
** Minimum permissions *
*
* In addition to the tag:TagResources
permission required by this operation, you must also have the
* tagging permission defined by the service that created the resource. For example, to tag a
* ChimeSDKMeetings
instance using the TagResources
operation, you must have both of the
* following permissions:
*
* tag:TagResources
*
* ChimeSDKMeetings:CreateTags
*
* Some services might have specific requirements for tagging some resources. For example, to tag an Amazon S3
* bucket, you must also have the s3:GetBucketTagging
permission. If the expected minimum permissions
* don't work, check the documentation for that service's tagging APIs for more information.
*
* Not all resources have tags. For a list of services with resources that support tagging using this * operation, see Services that support the Resource Groups Tagging API. If the resource doesn't yet support this * operation, the resource's service might support tagging using its own API operations. For more * information, refer to the documentation for that service. *
** Each resource can have up to 50 tags. For other limits, see Tag Naming and Usage * Conventions in the AWS General Reference. *
** You can only tag resources that are located in the specified AWS Region for the AWS account. *
** To add tags to a resource, you need the necessary permissions for the service that the resource belongs to * as well as permissions for adding tags. For more information, see the documentation for each service. *
** Do not store personally identifiable information (PII) or other confidential or sensitive information in * tags. We use tags to provide you with billing and administration services. Tags are not intended to be * used for private or sensitive data. *
** Minimum permissions *
*
* In addition to the tag:TagResources
permission required by this operation, you must also have
* the tagging permission defined by the service that created the resource. For example, to tag a
* ChimeSDKMeetings
instance using the TagResources
operation, you must have both
* of the following permissions:
*
* tag:TagResources
*
* ChimeSDKMeetings:CreateTags
*
* Some services might have specific requirements for tagging some resources. For example, to tag an Amazon
* S3 bucket, you must also have the s3:GetBucketTagging
permission. If the expected minimum
* permissions don't work, check the documentation for that service's tagging APIs for more information.
*
* Applies one or more tags to an Amazon Chime SDK meeting. Note the following: *
** Not all resources have tags. For a list of services with resources that support tagging using this operation, see * Services * that support the Resource Groups Tagging API. If the resource doesn't yet support this operation, the * resource's service might support tagging using its own API operations. For more information, refer to the * documentation for that service. *
** Each resource can have up to 50 tags. For other limits, see Tag Naming and Usage * Conventions in the AWS General Reference. *
** You can only tag resources that are located in the specified AWS Region for the AWS account. *
** To add tags to a resource, you need the necessary permissions for the service that the resource belongs to as * well as permissions for adding tags. For more information, see the documentation for each service. *
** Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We * use tags to provide you with billing and administration services. Tags are not intended to be used for private or * sensitive data. *
** Minimum permissions *
*
* In addition to the tag:TagResources
permission required by this operation, you must also have the
* tagging permission defined by the service that created the resource. For example, to tag a
* ChimeSDKMeetings
instance using the TagResources
operation, you must have both of the
* following permissions:
*
* tag:TagResources
*
* ChimeSDKMeetings:CreateTags
*
* Some services might have specific requirements for tagging some resources. For example, to tag an Amazon S3
* bucket, you must also have the s3:GetBucketTagging
permission. If the expected minimum permissions
* don't work, check the documentation for that service's tagging APIs for more information.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the * existing values. *
* * @param tags * Applies one or more tags to an Amazon Chime SDK meeting. Note the following: ** Not all resources have tags. For a list of services with resources that support tagging using this * operation, see Services that support the Resource Groups Tagging API. If the resource doesn't yet support this * operation, the resource's service might support tagging using its own API operations. For more * information, refer to the documentation for that service. *
** Each resource can have up to 50 tags. For other limits, see Tag Naming and Usage * Conventions in the AWS General Reference. *
** You can only tag resources that are located in the specified AWS Region for the AWS account. *
** To add tags to a resource, you need the necessary permissions for the service that the resource belongs to * as well as permissions for adding tags. For more information, see the documentation for each service. *
** Do not store personally identifiable information (PII) or other confidential or sensitive information in * tags. We use tags to provide you with billing and administration services. Tags are not intended to be * used for private or sensitive data. *
** Minimum permissions *
*
* In addition to the tag:TagResources
permission required by this operation, you must also have
* the tagging permission defined by the service that created the resource. For example, to tag a
* ChimeSDKMeetings
instance using the TagResources
operation, you must have both
* of the following permissions:
*
* tag:TagResources
*
* ChimeSDKMeetings:CreateTags
*
* Some services might have specific requirements for tagging some resources. For example, to tag an Amazon
* S3 bucket, you must also have the s3:GetBucketTagging
permission. If the expected minimum
* permissions don't work, check the documentation for that service's tagging APIs for more information.
*
* Applies one or more tags to an Amazon Chime SDK meeting. Note the following: *
** Not all resources have tags. For a list of services with resources that support tagging using this operation, see * Services * that support the Resource Groups Tagging API. If the resource doesn't yet support this operation, the * resource's service might support tagging using its own API operations. For more information, refer to the * documentation for that service. *
** Each resource can have up to 50 tags. For other limits, see Tag Naming and Usage * Conventions in the AWS General Reference. *
** You can only tag resources that are located in the specified AWS Region for the AWS account. *
** To add tags to a resource, you need the necessary permissions for the service that the resource belongs to as * well as permissions for adding tags. For more information, see the documentation for each service. *
** Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We * use tags to provide you with billing and administration services. Tags are not intended to be used for private or * sensitive data. *
** Minimum permissions *
*
* In addition to the tag:TagResources
permission required by this operation, you must also have the
* tagging permission defined by the service that created the resource. For example, to tag a
* ChimeSDKMeetings
instance using the TagResources
operation, you must have both of the
* following permissions:
*
* tag:TagResources
*
* ChimeSDKMeetings:CreateTags
*
* Some services might have specific requirements for tagging some resources. For example, to tag an Amazon S3
* bucket, you must also have the s3:GetBucketTagging
permission. If the expected minimum permissions
* don't work, check the documentation for that service's tagging APIs for more information.
*
* Not all resources have tags. For a list of services with resources that support tagging using this * operation, see Services that support the Resource Groups Tagging API. If the resource doesn't yet support this * operation, the resource's service might support tagging using its own API operations. For more * information, refer to the documentation for that service. *
** Each resource can have up to 50 tags. For other limits, see Tag Naming and Usage * Conventions in the AWS General Reference. *
** You can only tag resources that are located in the specified AWS Region for the AWS account. *
** To add tags to a resource, you need the necessary permissions for the service that the resource belongs to * as well as permissions for adding tags. For more information, see the documentation for each service. *
** Do not store personally identifiable information (PII) or other confidential or sensitive information in * tags. We use tags to provide you with billing and administration services. Tags are not intended to be * used for private or sensitive data. *
** Minimum permissions *
*
* In addition to the tag:TagResources
permission required by this operation, you must also have
* the tagging permission defined by the service that created the resource. For example, to tag a
* ChimeSDKMeetings
instance using the TagResources
operation, you must have both
* of the following permissions:
*
* tag:TagResources
*
* ChimeSDKMeetings:CreateTags
*
* Some services might have specific requirements for tagging some resources. For example, to tag an Amazon
* S3 bucket, you must also have the s3:GetBucketTagging
permission. If the expected minimum
* permissions don't work, check the documentation for that service's tagging APIs for more information.
*