You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GetBlockPublicAccessConfigurationOutput struct have BlockPublicAccessConfiguration attribute and it contains two properties one is Configurations and Properties. We are getting null value always for these two properties.
Is there any reason why we are getting null value for those attributes?
I have tried all permutation and combinations of BlockPublicAccessConfiguration for EMR service.
I tried the AWS CLI command aws emr get-block-public-access-configuration which does not return these two values.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dear team,
The AWS EMR GetBlockPublicAccessConfiguration API returns GetBlockPublicAccessConfigurationOutput.
The
GetBlockPublicAccessConfigurationOutput
struct have BlockPublicAccessConfiguration attribute and it contains two properties one isConfigurations
andProperties
. We are getting null value always for these two properties.Is there any reason why we are getting null value for those attributes?
I have tried all permutation and combinations of BlockPublicAccessConfiguration for EMR service.
I tried the AWS CLI command
aws emr get-block-public-access-configuration
which does not return these two values.Any suggestion would be highly appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions