Class: Aws::VPCLattice::Types::PutAuthPolicyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The auth policy. The policy string in JSON must not contain newlines or blank lines.

Returns:

  • (String)


3612
3613
3614
3615
3616
3617
# File 'lib/aws-sdk-vpclattice/types.rb', line 3612

class PutAuthPolicyRequest < Struct.new(
  :policy,
  :resource_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierString

The ID or ARN of the service network or service for which the policy is created.

Returns:

  • (String)


3612
3613
3614
3615
3616
3617
# File 'lib/aws-sdk-vpclattice/types.rb', line 3612

class PutAuthPolicyRequest < Struct.new(
  :policy,
  :resource_identifier)
  SENSITIVE = []
  include Aws::Structure
end